the code is clean, mudular, and has good variable naming
program/
|-- src/
| |- main.c
| |- program.c
| |- program.h
|
|-- REAMDE.md
|-- Makefile
|-- LICENSE
requirements: gcc compiler, gnu make
- clone the reposetory
git clone [email protected]:skinwalker3654/program #ssh key required cd program
- compile and run
make make run
Thank you