testing/src/main.rs

4 lines
111 B
Rust
Raw Normal View History

2023-01-15 19:54:17 -08:00
fn main() {
2023-01-15 20:22:32 -08:00
println!("Goodbye, world!"); // being happy is illegal, so the program is commiting suicide.
2023-01-15 19:54:17 -08:00
}