The goal of this project is to write three quines.
A quine is a program whose output is equal to its source code.
This project is done using C, Asm ans JavaScript.
- The source code should be printed in stdout
- At least 1 comment in global scope
- At least 1 comment inside function
- One extra function that should be called inside main
- The source code should be printed in Grace_kid.ext
- At least 1 comment should present
- Only three defines
- No main declared
- A variable equal to 5 should be declared in source
- The source code should be printed in Sully_X.ext with a var decremented by 1
- The program should compile Sully_X.ext (if necessary)
- The result executable should be run if X > 0
Use make
to compile project.
make test
will run basic test for each quine.
There is also make test2
for Sully.