Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 523 Bytes

The C Programming Language

Repository is dedicated to the book The C Programming Language by Kernighan and Ritchie.

  1. You can find all listing and exercises from the book.
  2. To run any code on UNIX-like operating systems, simply write gcc <filename.c> inside the exercise or listing folder, where filename corresponds to the file in which the main function is provided.
  3. Programs with multiple files can be run by executing the make command if the Makefile is inside a folder.

logo