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:
akp 2021-12-03 00:21:51 +00:00
parent 3502984e76
commit eda53f14cf
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View 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")