first few instrucitons implemented

This commit is contained in:
Nicholas Orlowsky 2023-08-22 12:10:25 -05:00
commit e5464e0bc5
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
3 changed files with 233 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
gcc ./main.c
run: build
./a.out
format:
clang-format ./*.c -i