Add rev utility

This commit is contained in:
joachimschmidt557 2019-04-03 21:25:10 +02:00
parent 33a314f900
commit 3778f7aad6
4 changed files with 32 additions and 4 deletions

View file

@ -1,6 +1,9 @@
import os, cligen, sequtils
import common
proc timeToSecs(time:string): int =
result = 0
proc main(secs:seq[int]) =
sleep(secs.foldl(a + b) * 1000)