4 lines
62 B
Nim
4 lines
62 B
Nim
|
import std/parseopt
|
||
|
|
||
|
proc run*(args: OptParser) =
|
||
|
echo "Run"
|