Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 14, 2018 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/01665b315797c77e0c34cc5c40e904d0 to your computer and use it in GitHub Desktop.
Save parzibyte/01665b315797c77e0c34cc5c40e904d0 to your computer and use it in GitHub Desktop.
fn main(){
println!("============================
Hola Rust desde parzibyte.me
10 + 10 = {}
11 ^ 3 = {}
============================", 10 + 10, 11u32.pow(3));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment