Skip to content

Instantly share code, notes, and snippets.

@IlyaHalsky
Created January 19, 2019 11:50
Show Gist options
  • Save IlyaHalsky/ba6db285d5c1635eab54efe9269b54d5 to your computer and use it in GitHub Desktop.
Save IlyaHalsky/ba6db285d5c1635eab54efe9269b54d5 to your computer and use it in GitHub Desktop.
package ru.ifmo.kachalsky.e
object Test {
def main(args: Array[String]): Unit = {
println("test")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment