projects
/
cProgLang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea8d40
)
Added Readme
author
Cian Bagshaw
<cian@cianb.xyz>
Tue, 29 Nov 2022 06:06:44 +0000
(06:06 +0000)
committer
Cian Bagshaw
<cian@cianb.xyz>
Tue, 29 Nov 2022 06:06:44 +0000
(06:06 +0000)
README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/README.md
b/README.md
new file mode 100644
(file)
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.