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

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
gcc -Wall main.c -o lab_app
run:
./lab_app