Compare commits

...

1 Commits

Author SHA1 Message Date
8026825363 hehe 2023-03-16 19:16:14 +01:00

View File

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