Skip to content

Instantly share code, notes, and snippets.

@gilles-leblanc
Created May 31, 2014 02:26
Show Gist options
  • Save gilles-leblanc/a3c78abcc64404a1ed86 to your computer and use it in GitHub Desktop.
Save gilles-leblanc/a3c78abcc64404a1ed86 to your computer and use it in GitHub Desktop.
Rust: expressions 3
fn returns_hello() -> String {
String::from_str("hello")
}
println!("{}", returns_hello());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment