From: Cian Bagshaw Date: Tue, 29 Nov 2022 06:06:44 +0000 (+0000) Subject: Added Readme X-Git-Url: https://tests.cianb.xyz/?a=commitdiff_plain;h=7d638848882cfdd7ab39c1497a9ba8189a5362f7;p=cProgLang Added Readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad3dddd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# The C Programming Language (2nd edition) exercises + +'The C Programming Language' (Kernighan, Ritchie 1988) book contains many +exercises to practically teach the language to the reader. I read the book in +the little spare time I had in secondary school, a few years back. Though it +was a brilliant read, I had no computer with me to do the exercises. I am now +re-reading it, and doing the exercises.