Last active
February 26, 2022 07:25
-
-
Save vitojeng/bb2c4c95a3183d5947bc0d1499190f83 to your computer and use it in GitHub Desktop.
hello_world
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
object Messages { | |
def hello = "Hello" | |
} |
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
println(Messages.hello) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment