Skip to content

Instantly share code, notes, and snippets.

@vitojeng
Last active February 26, 2022 07:25
Show Gist options
  • Save vitojeng/bb2c4c95a3183d5947bc0d1499190f83 to your computer and use it in GitHub Desktop.
Save vitojeng/bb2c4c95a3183d5947bc0d1499190f83 to your computer and use it in GitHub Desktop.
hello_world
object Messages {
def hello = "Hello"
}
println(Messages.hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment