diff options
author | sinanmohd <pcmsinan@gmail.com> | 2022-06-29 19:46:34 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2022-06-29 19:46:34 +0530 |
commit | 1b75fee2fbacabc13d0024d7d8f220fa4898e61c (patch) | |
tree | 71d4e70d5ad15ecce476353d286b15358c508cdd /README.md | |
parent | cb18bc8f3632a5f58abfe418d3885a2ba3ad068d (diff) |
readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2849228 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# The C Programming Language + +Exercises from the book "The C Programming Language" +by Brian W. Kernighan and Dennis M. Ritchie (K&R). + +[![alt text][knr-img]][knr-more] + +[knr-img]: https://images-na.ssl-images-amazon.com/images/I/51TGEPRTDNL.jpg "Book Cover: The C Programming Language 2nd Edition" + +[knr-more]: https://en.wikipedia.org/wiki/C_(programming_language) |