This repository was archived by the owner on May 23, 2024. It is now read-only.

Description
See https://doc.rust-lang.org/std/macro.println.html
On all platforms, the newline is the LINE FEED character (\n/U+000A) alone (no additional CARRIAGE RETURN (\r/U+000D)).
We shouldn't have this feature in the first place and it just was a workaround for environments which were not able to deal with just a LINE FEED