Enough futzing with themes, let’s get to coding!
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
Enough futzing with themes, let’s get to coding!
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}