(no title)
VivaTechnics | 17 days ago
let mut msg = r#"
We feel super sad.
Rust in Peace.
Steel dreams compile to dust,
Silent threads unwind.
Memory fades,
Borrowed time returned.
"#;
println!("{}\n{}", mood, msg);
}
No comments yet.