Add Nim to template
I am aware `untyped` is invalid in this context, it's to make sure that it's obviously wrong and is updated.
This commit is contained in:
parent
3502984e76
commit
eda53f14cf
1 changed files with 5 additions and 0 deletions
5
template/nim/challenge.nim
Normal file
5
template/nim/challenge.nim
Normal file
|
@ -0,0 +1,5 @@
|
|||
proc partOne*(instr: string): untyped =
|
||||
raise newException(CatchableError, "not implemented")
|
||||
|
||||
proc partTwo*(instr: string): untyped =
|
||||
raise newException(CatchableError, "not implemented")
|
Loading…
Add table
Add a link
Reference in a new issue