Skip to content

gmaris42/dr-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr-Quine

Projet Dr-Quine | Self-replication | 42 Paris | 42 Network | C | ASM

Description:

  • This small algo project will get you acquainted with auto-replication problems and confront the Kleene recursion theorem.

A quine is a computer program (a kind of metaprogram) whose output and source code are identical. As a challenge or for fun, some programmers try to write the shortest quine in a given programming language.

The operation that consist of simply opening the source file and displaying it is considered cheating.
More generally, a program that uses any data entry cannot be considereda valid quine.
A trivial solution is a program whose source code is empty.
Indeed, the execution of such a program produces for most languages no output, that is to say the source code of the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published