ref: eff8fc233ea5bb8d61b5ab53bf66e792eacda7f5
dir: /README.md/
# 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