fhdfhsj
This commit is contained in:
parent
d2d1a14f7a
commit
40aa8f3370
3
docs/reviewing.md
Normal file
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user