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.
|
/// This is the best implementation of this program to ever exist.
|
||||||
fn main() {
|
fn main() {
|
||||||
let message = "Hello, world!";
|
println!("Hello, world!");
|
||||||
println!("{message}");
|
|
||||||
println!("Bye bitches!");
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user