Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 624 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 624 Bytes

K&R's "The C Programming Language" Exercises' Solutions

Requirements

  • GCC
  • Make

Compilation

First, clone:

git clone https://github.com/chibby0ne/K_R_Exercises

To compile all of the exercises:

cd K_R_Exercises
make all

To compile only a certain folder's exercises:

cd K_R_Exercises
cd ChapterX
make all

License

GPLv2

Bugs

  • Chapter04 - Doesn't make - "no rule for calc"
  • Chapter06 - Exercise06 finish
  • Chapter08 - Exercise3
  • Not a bug but improve syntax and style of everything!!