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`
5 lines
No EOL
196 B
Nim
5 lines
No EOL
196 B
Nim
proc partOne*(instr: string): untyped =
|
|
raise newException(CatchableError, "not implemented")
|
|
|
|
proc partTwo*(instr: string): untyped =
|
|
raise newException(CatchableError, "not implemented") |