Skip to content

uditvira/a-cpp-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A C++ Quine

Quines are self-copying programs. They take zero arguments but reproduce their own source-code.

This is a simple C++ quine with a lot of magic numbers that I hope to clean up at some point...

Compile with g++:

>> g++ a_cpp_quine.cpp -o a.out
>> ./a.out

Warning ~ This is a self-replicating program!

>> diff a_cpp_quine.cpp another_cpp_quine.cpp

About

A super simple c++ quine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages