first few instrucitons implemented
This commit is contained in:
commit
e5464e0bc5
3 changed files with 233 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
gcc ./main.c
|
||||
|
||||
run: build
|
||||
./a.out
|
||||
|
||||
format:
|
||||
clang-format ./*.c -i
|
Loading…
Add table
Add a link
Reference in a new issue