ref: 91fc7321c2b7df934036f7b88ffdd5d6c826e941
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