Skip to content

Instantly share code, notes, and snippets.

@vjdhama
Created September 29, 2015 14:20
Show Gist options
  • Save vjdhama/2856f928a614998a79f7 to your computer and use it in GitHub Desktop.
Save vjdhama/2856f928a614998a79f7 to your computer and use it in GitHub Desktop.
Typed args
def add(x : Int32, y : Int32)
x + y
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment