/DrQuine

Primary LanguageAssembly

DrQuine

This project consist in creating some Quines.

A quine is a computer program which takes no input and produces a copy of its own source code as its only output

Each of the quine displayed here are made under some rules. Like a number of methods, no declared main, or even some program who produce of a copy of itself that also compile the newly written program.

Each one of the 3 Quine are made in 3 langages : C, python and ASM.