chop0 / Dr_quine

Some quine in python and c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dr_quine

What's a quine

A quine is a non-empty computer program which takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs". source Wikipedia

Colleen

It's a simple quine

Grace

It's a simple quine but it doesn't have a declared main only define

Sully

It's the funniest one. The program replicate and execute himself as many times as specified in the source code

Quine_maker

There are some tools which create a quine from a normal program with some condition# Dr_quine

About

Some quine in python and c


Languages

Language:C 51.8%Language:Python 48.2%