This commit is contained in:
Kreyren 2020-02-05 11:25:10 +00:00
parent d2d1a14f7a
commit 40aa8f3370
4 changed files with 6 additions and 0 deletions

3
docs/reviewing.md Normal file

@ -0,0 +1,3 @@
# Review process of RXT0112
1. Everything has to pass tests unless the merge request is not causing the test failure

@ -1 +1,2 @@
[ Refer to documentation of this command for further informations ]
-[------->+<]>---.+++.>+[--->++<]>++.-----------.--------.-----------.[-->+<]>+++.>-[--->+<]>-.-[--->+<]>+.+++[->+++<]>++.+++++++++++++.+++++.-------.-----------.--[--->+<]>-.+++[->+++<]>.--[--->+<]>-.-[->++++<]>--.---[->+++<]>.+++++++++++++.----.-----.+++++++++++.[---->+<]>+++.-[--->++<]>-.+++++.++++++.-----.[--->+<]>-----.[->+++<]>+.-[->+++<]>.[->+++<]>++.[--->+<]>----.+++[->+++<]>++.++++++++.+++++.--------.-[--->+<]>--.+[->+++<]>+.++++++++.

@ -1,6 +1,7 @@
#include <stdio.h>
int main() {
// Refer to the documentation
printf("FIXME: %s\n", "Translate zernit into C lang");
return 1;
}

@ -3,6 +3,7 @@
using namespace std;
int main() {
// Refer to the documentation
cout << "FIXME: Translate zernit into a C++++";
return 1;
}