add problem
This commit is contained in:
parent
df4e134301
commit
44fc307be4
4 changed files with 15 additions and 0 deletions
1
scisnerof/description.md
Normal file
1
scisnerof/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
I found weird file! [elif](${elif})
|
BIN
scisnerof/elif
Normal file
BIN
scisnerof/elif
Normal file
Binary file not shown.
4
scisnerof/grader.py
Normal file
4
scisnerof/grader.py
Normal 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
10
scisnerof/problem.yml
Normal 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
|
||||
|
Loading…
Reference in a new issue