Created
October 15, 2016 10:31
-
-
Save mkovacek/35773605f5c6a4cf44fc2a0f8d4fef4c 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
| def printHelloWorld: Unit = { | |
| println("Hello world") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment