Update aoc
This commit is contained in:
parent
fc516fd632
commit
4d6877c17d
1 changed files with 1 additions and 9 deletions
10
aoc
10
aoc
|
@ -13,15 +13,7 @@ from glob import glob
|
|||
|
||||
|
||||
CHALLENGES_DIR = "challenges"
|
||||
SAMPLE_TEST_JSON = """{
|
||||
"1": [
|
||||
{"is": "", "input": ""}
|
||||
],
|
||||
"2": [
|
||||
{"is": "", "input": ""}
|
||||
]
|
||||
}
|
||||
"""
|
||||
SAMPLE_TEST_JSON = "{}"
|
||||
RUNNERS = {
|
||||
"py": ["python3"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue