Skip to content

eltongo/quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quine

Just a simple quine implementation I did a few years ago.

For the uninitiated, this is basically a program that prints it's own source code when executed.

If you'd like to test it out, just compile the code and compare it's output to the existing quine.c file:

cc quine.c -o quine
./quine > quine2.c
git diff quine.c quine2.c # there should be no difference between the two files

About

Quine implementation in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages