Browse Source

adding spaces in the output

content-update
MSilva95 4 years ago
parent
commit
7e0ae5d58e
  1. 2
      go/tests/prog/range_prog/main.go

2
go/tests/prog/range_prog/main.go

@ -23,7 +23,7 @@ func main() {
return
}
for _, i := range lib.IntRange(a, b) {
fmt.Print(i)
fmt.Print(i, " ")
}
fmt.Println()
}

Loading…
Cancel
Save