This commit is contained in:
nova
2024-02-29 22:53:11 +01:00
parent 25efa4317e
commit 997ca65f08
3 changed files with 57 additions and 60 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
gcc ./main.c -std=c99
./a.out
d:
gcc -g -std=c99 ./main.c
gdb ./a.out