Skip to content

Zushah/quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quine

This is a quine relay, a program that outputs the source code of another program, which in turn outputs the source code of another program, and so on, until it eventually outputs the source code of the original program.

This particular quine relay consists of seven programs, each written in a different programming language:

  1. Assembly x86
  2. C
  3. Rust
  4. C++
  5. Java
  6. JavaScript
  7. Python

To run:

bash run.sh

About

Quine relay: Assembly → C → Rust → C++ → Java → JavaScript → Python.

Topics

Resources

License

Stars

Watchers

Forks

Contributors