testing/src/main.rs

4 lines
47 B
Rust
Raw Normal View History

2023-01-15 19:54:17 -08:00
fn main() {
2023-01-15 19:55:49 -08:00
println!("Goodbye, world!");
2023-01-15 19:54:17 -08:00
}