Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 376 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 376 Bytes

c_exercises

Code roughly based on the exercises from "The C Programming Language" 2e, by Kernighan and Ritchie.

Contents

  • /.vscode : settings for the VS Code text editor
  • /bin : gcc compiled binary executables of the source files in src
  • /docs : documentation and examples
  • /src : the source C code
  • /tests: tests for the binary executables