about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorphoebos <ben@bvnf.space>2021-05-19 15:31:03 +0100
committerphoebos <ben@bvnf.space>2021-05-19 15:31:03 +0100
commita0ed0db22a0d210c13c1410993496e6fb71e8667 (patch)
tree38184838580864a8a004329f1ab5577c24515a9b
parentfede6d23b36ce590b1c7de2249b28375d1575434 (diff)
downloadkandr-a0ed0db22a0d210c13c1410993496e6fb71e8667.tar.gz
README
-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