import std/sequtils
    let bar = newSeqWith(99, [newStringOfCap(999), newStringOfCap(999)])
    
    
    Run

Reply via email to