This commit is contained in:
2023-03-16 19:16:14 +01:00
parent c2bbb293e3
commit 8026825363

View File

@@ -3,4 +3,7 @@
fn main() {
println!("Hello, world!");
println!("goo");
let x = None;
let z: i32 = x.unwrap();
}