I want to run a loop in println [duplicate]

println adds a newline by default (that is what the ln stands for, line).

Try to use the print macro instead.

Leave a Comment