6 lines
114 B
C
6 lines
114 B
C
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
printf("🚀 Punisher Lab: Codice eseguito con successo!\n");
|
||
|
|
return 0;
|
||
|
|
}
|