Browse Source

Simplify

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
a3c2010fbd
  1. 2
      tests/go/solutions/rot14prog/test_rot14prog.go

2
tests/go/solutions/rot14prog/test_rot14prog.go

@ -19,7 +19,7 @@ func main() {
for _, arg := range table {
for _, s := range arg.data {
z01.ChallengeMain("rot14prog", "" + s + "")
z01.ChallengeMain("rot14prog", s)
}
}
z01.ChallengeMain("rot14prog", "", "something", "something1")

Loading…
Cancel
Save