about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.717
2 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d7756c2..ee09254 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 a.out
 *.o
+theCprogrammingLanguage.pdf
diff --git a/README.7 b/README.7
new file mode 100644
index 0000000..c434959
--- /dev/null
+++ b/README.7
@@ -0,0 +1,17 @@
+.Dd 19 May, 2021
+.Dt README 7
+.Os "phoebos@tilde.institute"
+.SH NAME
+.Nm kandr
+.Nd my collection of attempted C snippets
+.Sh DESCRIPTION
+.Nm
+is a git repository for me to store my progress
+through some of the exercises in
+.Rs
+.%A B. W. Kernighan
+.%A D. M. Ritchie
+.%B The C Programming Language
+.%O 2nd Edition
+.%D 1988
+.Re