import cligen, sequtils proc main(integers:seq[int]) = echo integers.foldl(a + b) dispatch(main)