Basic C project template.
at main 13 lines 108 B view raw view rendered
1# Project 2 3To run this project use: 4 5```sh 6make run 7``` 8 9To compile this project use: 10 11```sh 12make build 13```