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:
- Assembly x86
- C
- Rust
- C++
- Java
- JavaScript
- Python
To run:
bash run.sh