only print hello world
This commit is contained in:
+1
-3
@@ -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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user