MatzFan / quine

Programs that print their own source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quines

Four programs that print their own source code in different ways.

How to use:

ruby quinen.rb

notaquine3.rb isn't a quine as it accesses its own source file on disk, which is cheating.

quine1.rb (an empty file) is a bit cheeky. As is quine2.rb (a syntax error).

About

Programs that print their own source code


Languages

Language:Ruby 100.0%