Skip to content

Instantly share code, notes, and snippets.

@kungfumike
Created April 15, 2015 03:58
Show Gist options
  • Save kungfumike/5e616a5d911ec3c8b192 to your computer and use it in GitHub Desktop.
Save kungfumike/5e616a5d911ec3c8b192 to your computer and use it in GitHub Desktop.
match name {
"Steve" => "Smithers",
"Samurai" => "Jack",
_ +> {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment