Add more utilities + version output

This commit is contained in:
joachimschmidt557 2019-03-07 15:19:49 +01:00
parent 3b5369fb21
commit cdb226da8c
13 changed files with 26 additions and 8 deletions

7
sub.nim Normal file
View file

@ -0,0 +1,7 @@
import cligen, sequtils
import common
proc main(integers:seq[int]) =
echo integers.foldl(a - b)
dispatch(main, version=("version", nimbaseVersion))