@ofzza/adventofcode
Version:
Task runner for AdventOfCode.com tasks
28 lines (27 loc) • 602 B
JSON
{
"author": "ofzza",
"year": 2021,
"tasks": [
{
"name": "test-01",
"type": "test",
"command": "bash",
"args": ["./task1.sh"],
"value": "Hello world"
},
{
"name": "test-02",
"type": "test",
"command": "bash",
"args": ["./task2.sh"],
"value": "123"
},
{
"name": "solution-A",
"type": "solution",
"command": "bash",
"args": ["./task3.sh"],
"value": "456"
}
]
}