Skip to content

Quines with different restrictions in C, assembly, golang, and python

Notifications You must be signed in to change notification settings

acarlson99/dr-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr. Quine

Introduction to kleene's algorithm

Creating quines with certain requirements

See pdf for details

Colleen

Simple quine. Prints source to stdout

./Colleen > test.s
diff Colleen.s test.s

Grace

Prints source to Grace_kid.s

./Grace
diff Grace.s Grace_kid.s

Sully

Prints source to Sully_X.s only if X > 0

./Sully
diff Sully.s Sully_4.s

example