ref: eff8fc233ea5bb8d61b5ab53bf66e792eacda7f5
author: henesy <henesy.dev@gmail.com>
date: Thu Feb 24 13:58:22 EST 2022
readme
--- /dev/null
+++ b/README.md
@@ -1,0 +1,19 @@
+# K&R
+
+Containing exercises from the K&R rewritten in Plan 9's C dialect.
+
+APE-friendly unix solutions are included as well.
+
+Written using 9front/386.
+
+## Build and Run
+
+UNIX:
+
+ ; ape/cc ex.c
+ ; a.out
+
+Plan 9:
+
+ ; 8c ex.c && 8l ex.8
+ ; 8.out