Abbreviations, easy: Difference between revisions

Content added Content deleted
Line 1,034: Line 1,034:
#---------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------


proc validate(words, commands: seq[string]; minLens: openArray[int]): seq[string] =
proc validate(words, commands: seq[string]; minLens: seq[int]): seq[string] =


if words.len == 0:
if words.len == 0: