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.
In order to test the project, you can run the following command:
for lang in C ASM Python; do make -C $lang test; done
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.