Skip to content

Instantly share code, notes, and snippets.

@BluePyTheDeer251
Created November 22, 2024 15:57
Show Gist options
  • Save BluePyTheDeer251/1dcf6887475b09f33206d2e9f801efff to your computer and use it in GitHub Desktop.
Save BluePyTheDeer251/1dcf6887475b09f33206d2e9f801efff to your computer and use it in GitHub Desktop.
Because I am bored: Hello World in Scala (I think it might be better than Java)
def Hello(): Unit =
println("Hello World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment