Introduction to kleene's algorithm
Creating quines with certain requirements
See pdf for details
Simple quine. Prints source to stdout
./Colleen > test.s
diff Colleen.s test.s
Prints source to Grace_kid.s
./Grace
diff Grace.s Grace_kid.s
Prints source to Sully_X.s
only if X > 0
./Sully
diff Sully.s Sully_4.s