Files
progetto-mensa-SO/main.c
boloilking 49d1b28fbf
All checks were successful
Punisher CI/CD Final Monitor / build-and-test (push) Successful in 35s
Modifica file main.c
2026-02-17 18:18:23 +01:00

6 lines
114 B
C

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