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

This commit is contained in:
boloilking
2026-02-17 18:18:23 +01:00
parent 3d65369f98
commit 49d1b28fbf

2
main.c
View File

@@ -1,6 +1,6 @@
#include <stdio.h>
int main() {
printf("🚀 Punisher Lab: Codice eseguito con successo! siuum\n");
printf("🚀 Punisher Lab: Codice eseguito con successo!\n");
return 0;
}