Created
September 4, 2016 14:15
-
-
Save jiyeonseo/33a4ca88c00ae41533b84d372fb55ab2 to your computer and use it in GitHub Desktop.
Hello World
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
// https://www.hackerrank.com/challenges/fp-hello-world | |
def f() = println("Hello World") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment