13 lines
169 B
Rust
13 lines
169 B
Rust
// rustfmt-version: One
|
|
|
|
pub fn main() {
|
|
/* let s = String::from(
|
|
"
|
|
hello
|
|
world
|
|
",
|
|
); */
|
|
|
|
assert_eq!(s, "\nhello\nworld\n");
|
|
}
|