print goodbye as well as hello

This commit is contained in:
2025-09-24 15:07:07 +02:00
parent 8dcfbf20bf
commit d928603d6a

View File

@@ -2,4 +2,5 @@
fn main() {
println!("Hello, world!");
println!("Goodbye!");
}