pt1 content, ex1-[19-20]
# 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