Modifica file main.c
All checks were successful
Punisher CI/CD Final Monitor / build-and-test (push) Successful in 31s

This commit is contained in:
boloilking
2026-02-17 18:22:19 +01:00
parent 49d1b28fbf
commit 43f5d0abbf

1
main.c
View File

@@ -2,5 +2,6 @@
int main() {
printf("🚀 Punisher Lab: Codice eseguito con successo!\n");
printf("Magari questa volta funziona!\n");
return 0;
}