shithub: kandr

Clone

clone: git://shithub.us/henesy/kandr gits://shithub.us/henesy/kandr
push: hjgit://shithub.us/henesy/kandr
patches to: henesy

Last commit

91fc7321 – henesy <henesy.dev@gmail.com> authored on 2022/02/25 23:00
pt1 content, ex1-[19-20]

About

# 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