Skip to content

Instantly share code, notes, and snippets.

@ayazhafiz
Created February 27, 2018 21:00
Show Gist options
  • Save ayazhafiz/7bd12df2567ba085b368a250d07af458 to your computer and use it in GitHub Desktop.
Save ayazhafiz/7bd12df2567ba085b368a250d07af458 to your computer and use it in GitHub Desktop.
fn hello(name: String) -> String {
format!("Hello, {}!", name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment