Add mul and echo utilities

This commit is contained in:
joachimschmidt557 2019-03-07 14:50:39 +01:00
parent dcfdb290f7
commit 3b5369fb21
5 changed files with 15 additions and 1 deletions

View file

@ -6,4 +6,4 @@ license = "Unlicense"
requires "nim >= 0.19.0"
requires "cligen >= 0.9.19"
bin = @["add", "false", "seq", "sleep", "true"]
bin = @["add", "echo", "false", "mul", "seq", "sleep", "true"]