Skip to content

A Quine in C. No tricks, implementation tries to be as clear and simple as possible.

Notifications You must be signed in to change notification settings

matthiasgoergens/Quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run

./quine.py < pre_quine.c  > quine.c

to get quine.c which will print it's own source code when compiled

gcc -Wall -std=c99 -o quine quine.c

and run:

./quine

Not convinced? Check with:

./quine | diff quine.c -

About

A Quine in C. No tricks, implementation tries to be as clear and simple as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published