Aggiunta di un printf nel file main.c
All checks were successful
Punisher CI/CD / build-and-test (push) Successful in 16s

This commit is contained in:
boloilking
2026-02-17 15:54:15 +01:00
parent 98776f6d1c
commit 754bbcfd16

2
main.c
View File

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