diff --git a/scisnerof/description.md b/scisnerof/description.md new file mode 100644 index 0000000..cfc932e --- /dev/null +++ b/scisnerof/description.md @@ -0,0 +1 @@ +I found weird file! [elif](${elif}) \ No newline at end of file diff --git a/scisnerof/elif b/scisnerof/elif new file mode 100644 index 0000000..e59dbf4 Binary files /dev/null and b/scisnerof/elif differ diff --git a/scisnerof/grader.py b/scisnerof/grader.py new file mode 100644 index 0000000..cf3b9af --- /dev/null +++ b/scisnerof/grader.py @@ -0,0 +1,4 @@ +def grade(autogen, answer): + if answer.find("r3v3r5ed_4ensics") != -1: + return True, "Correct!" + return False, "Nope, try again." \ No newline at end of file diff --git a/scisnerof/problem.yml b/scisnerof/problem.yml new file mode 100644 index 0000000..f0672d7 --- /dev/null +++ b/scisnerof/problem.yml @@ -0,0 +1,10 @@ +title: scisnerof +author: neptunia +hint: Did I put this in the wrong category? +category: Forensics +autogen: false +programming: false +value: 100 +files: + - elif + \ No newline at end of file