Name can't begin with a number.

This commit is contained in:
Michael Zhang 2017-03-13 03:39:25 -05:00
parent 5778ab4a5a
commit 2ac89a3eee
6 changed files with 13 additions and 3 deletions

View file

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

View file

@ -5,4 +5,4 @@ autogen: false
programming: false programming: false
value: 50 value: 50
files: files:
- 20xx.dtm - _20xx.dtm

View file

@ -1,5 +1,5 @@
title: Edge 1 title: Edge 1
category: Web category: Web
value: 50 value: 100
author: neptunia author: neptunia
autogen: false autogen: false

1
edge2/description.md Normal file
View 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
View 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
View file

@ -0,0 +1,5 @@
title: Edge 2
category: Web
value: 200
author: mzhang
autogen: false