only print hello world

This commit is contained in:
2026-01-16 21:28:56 +02:00
parent cc09a81e56
commit c1173d8f24
+1 -3
View File
@@ -1,6 +1,4 @@
/// This is the best implementation of this program to ever exist.
fn main() {
let message = "Hello, world!";
println!("{message}");
println!("Bye bitches!");
println!("Hello, world!");
}