Created
November 22, 2024 15:57
-
-
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)
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
def Hello(): Unit = | |
println("Hello World!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment