Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2015 21:45
Show Gist options
  • Save anonymous/76275017abd7790c04ce to your computer and use it in GitHub Desktop.
Save anonymous/76275017abd7790c04ce to your computer and use it in GitHub Desktop.
Shared via Rust Playground
#![allow(dead_code)]
fn main() {
let s = "Hello".into() as String;
println!("{}", s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment