starting rust training (again)

This commit is contained in:
_Vulpes 2025-11-17 00:00:32 +01:00
parent f80fbca12e
commit 2fb04ac4c2

View File

@ -1,4 +1,6 @@
fn main() {
// TODO: Fix the code to print "Hello world!".
printline!("Hello world!");
println!("Hello world!");
let mut guess = String::new();
}