blob: 1342cf03c394390280c4c9c71d1174e7bce7509d [file] [log] [blame]
// rustfmt-style_edition: 2024
pub fn main() {
/* let s = String::from(
"
hello
world
",
); */
assert_eq!(s, "\nhello\nworld\n");
}