/dr-quine

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

👾 dr-quine

This educational project is part of the 42 School curriculum.

It provides a basic understanding of the concept of self-replicating programs, also known as quines.

I have implemented my quines in three different programming languages: C, ASM, and Python.

🧪 Tests

In order to test the project, you can run the following command:

for lang in C ASM Python; do make -C $lang test; done

⚖️ License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

📚 Resources