Scala ile ilk uygulama
object MerhabaScala { | |
def main(args: Array[String]): Unit = { | |
println("Merhaba Scala!") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
object MerhabaScala { | |
def main(args: Array[String]): Unit = { | |
println("Merhaba Scala!") | |
} | |
} |