Add rev utility
This commit is contained in:
parent
33a314f900
commit
3778f7aad6
4 changed files with 32 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue