package main import ( "strings" "github.com/01-edu/z01" ) func main() { table := append(z01.MultRandWords(), " ", "faya fgvvfdxcacpolhyghbreda", "faya fgvvfdxcacpolhyghbred", "error rrerrrfiiljdfxjyuifrrvcoojh", "error rrerrrfiiljdfxjyuifrrvcoojrh", ) for _, s := range table { z01.ChallengeMain("wdmatch", strings.Fields(s)...) } }