add problem

This commit is contained in:
neptunia 2016-11-19 13:23:14 -05:00
parent df4e134301
commit 44fc307be4
4 changed files with 15 additions and 0 deletions

1
scisnerof/description.md Normal file
View file

@ -0,0 +1 @@
I found weird file! [elif](${elif})

BIN
scisnerof/elif Normal file

Binary file not shown.

4
scisnerof/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(autogen, answer):
if answer.find("r3v3r5ed_4ensics") != -1:
return True, "Correct!"
return False, "Nope, try again."

10
scisnerof/problem.yml Normal file
View file

@ -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