Update aoc

This commit is contained in:
akp 2023-12-09 18:00:03 +00:00
parent fc516fd632
commit 4d6877c17d
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

10
aoc
View file

@ -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"],
}