From 40aa8f33707b0708c8f07941e58a12bfe5680d0f Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 5 Feb 2020 11:25:10 +0000 Subject: [PATCH] fhdfhsj --- docs/reviewing.md | 3 +++ src/bin/main.bf | 1 + src/bin/main.c | 1 + src/bin/main.cpp | 1 + 4 files changed, 6 insertions(+) create mode 100644 docs/reviewing.md diff --git a/docs/reviewing.md b/docs/reviewing.md new file mode 100644 index 0000000..e5ba0f8 --- /dev/null +++ b/docs/reviewing.md @@ -0,0 +1,3 @@ +# Review process of RXT0112 + +1. Everything has to pass tests unless the merge request is not causing the test failure \ No newline at end of file diff --git a/src/bin/main.bf b/src/bin/main.bf index b35e5c8..d13ec00 100644 --- a/src/bin/main.bf +++ b/src/bin/main.bf @@ -1 +1,2 @@ +[ Refer to documentation of this command for further informations ] -[------->+<]>---.+++.>+[--->++<]>++.-----------.--------.-----------.[-->+<]>+++.>-[--->+<]>-.-[--->+<]>+.+++[->+++<]>++.+++++++++++++.+++++.-------.-----------.--[--->+<]>-.+++[->+++<]>.--[--->+<]>-.-[->++++<]>--.---[->+++<]>.+++++++++++++.----.-----.+++++++++++.[---->+<]>+++.-[--->++<]>-.+++++.++++++.-----.[--->+<]>-----.[->+++<]>+.-[->+++<]>.[->+++<]>++.[--->+<]>----.+++[->+++<]>++.++++++++.+++++.--------.-[--->+<]>--.+[->+++<]>+.++++++++. \ No newline at end of file diff --git a/src/bin/main.c b/src/bin/main.c index 0eb733d..6f940c8 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1,6 +1,7 @@ #include int main() { + // Refer to the documentation printf("FIXME: %s\n", "Translate zernit into C lang"); return 1; } \ No newline at end of file diff --git a/src/bin/main.cpp b/src/bin/main.cpp index 8cd73a2..6ddb0d6 100644 --- a/src/bin/main.cpp +++ b/src/bin/main.cpp @@ -3,6 +3,7 @@ using namespace std; int main() { + // Refer to the documentation cout << "FIXME: Translate zernit into a C++++"; return 1; } \ No newline at end of file