Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 333 Bytes

File metadata and controls

20 lines (18 loc) · 333 Bytes

TheCProgrammingLanguageExercises

C CI
My own answers to the exercises in the book.

Compiling

To compile all run

$ make

To compile one run

$ make 1.13

To clean

$ make clean

License

MIT