Skip to content

Instantly share code, notes, and snippets.

@wannaphong
Created March 25, 2015 12:17
let x = 5;
if x == 5 {
println!("x is five!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment