Name can't begin with a number.
This commit is contained in:
parent
5778ab4a5a
commit
2ac89a3eee
6 changed files with 13 additions and 3 deletions
|
@ -1 +1 @@
|
|||
My friend sent me [this file](${20xx_dtm}) and told me to git gud.
|
||||
My friend sent me [this file](${_20xx_dtm}) and told me to git gud.
|
||||
|
|
|
@ -5,4 +5,4 @@ autogen: false
|
|||
programming: false
|
||||
value: 50
|
||||
files:
|
||||
- 20xx.dtm
|
||||
- _20xx.dtm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title: Edge 1
|
||||
category: Web
|
||||
value: 50
|
||||
value: 100
|
||||
author: neptunia
|
||||
autogen: false
|
1
edge2/description.md
Normal file
1
edge2/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
Last time we screwed up. But we've [learned our lesson](http://edge2.web.easyctf.com).
|
4
edge2/grader.py
Normal file
4
edge2/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(random, key):
|
||||
if key.find("hiding_the_problem_doesn't_mean_it's_gone!") != -1:
|
||||
return True, "Correct!"
|
||||
return False, "Nope."
|
5
edge2/problem.yml
Normal file
5
edge2/problem.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
title: Edge 2
|
||||
category: Web
|
||||
value: 200
|
||||
author: mzhang
|
||||
autogen: false
|
Loading…
Reference in a new issue