Created
August 12, 2020 20:53
-
-
Save vhutov/8e68419343e9b377d8953754e2cd07a8 to your computer and use it in GitHub Desktop.
Test post
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 Main extends App { | |
println("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
val a = 1; | |
val b: String = a.toString |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment