Update `go.mod` Delete `README.md` Add `cookiecutter.json` Add `local_extensions.py` Add `README.md` Rename `challenge.go` to `challenge.go` Rename `info.json` to `info.json` Rename `challenge.nim` to `challenge.nim` Rename `__init__.py` to `__init__.py`
17 lines
No EOL
289 B
JSON
17 lines
No EOL
289 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": "",
|
|
"expected": ""
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": "",
|
|
"expected": ""
|
|
}
|
|
]
|
|
}
|
|
} |