Compare commits

..

No commits in common. "huguga-unchecked" and "master" have entirely different histories.

View File

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