Created
September 29, 2015 14:20
-
-
Save vjdhama/2856f928a614998a79f7 to your computer and use it in GitHub Desktop.
Typed args
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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