Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created August 12, 2020 20:53
Show Gist options
  • Save vhutov/8e68419343e9b377d8953754e2cd07a8 to your computer and use it in GitHub Desktop.
Save vhutov/8e68419343e9b377d8953754e2cd07a8 to your computer and use it in GitHub Desktop.
Test post
object Main extends App {
println("hello world")
}
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