import os, cligen, sequtils proc main(secs:seq[int]) = sleep(secs.foldl(a + b) * 1000) dispatch(main)