rust-lang / rust-playground

The Rust Playground
https://play.rust-lang.org/
Apache License 2.0
1.2k stars 203 forks source link

Does not work "\r" #1040

Closed chicory-ru closed 5 months ago

chicory-ru commented 5 months ago

fn main() { for count in 0.. { print!("\r{count}"); } }

Outputs 123456789101112131415.... instead of overlapping