qsandbox/nim/commands/run.nim

4 lines
62 B
Nim
Raw Normal View History

2021-11-17 09:14:41 +01:00
import std/parseopt
proc run*(args: OptParser) =
echo "Run"