testing/src/main.rs

4 lines
111 B
Rust

fn main() {
println!("Goodbye, world!"); // being happy is illegal, so the program is commiting suicide.
}