Aggiunta main.c e Makefile
Some checks failed
Punisher CI/CD / build-and-test (push) Has been cancelled

This commit is contained in:
boloilking
2026-02-17 14:44:28 +01:00
parent 57b0b7dabb
commit 870dc2450a
4 changed files with 29 additions and 0 deletions

6
main.c Normal file
View File

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