Created
December 23, 2017 21:55
-
-
Save lgsantiago/4573fd2ae412342cacd1266bf171898f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| MyGreeting morningGreeting = (String str) -> "Good Morning " + str + "!"; | |
| MyGreeting eveningGreeting = (String str) -> "Good Evening " + str + "!"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment