Hello world!
object HelloWorld {
def main(args: Array[String]) {
println("Welcome to WordPress. This is your first post.
Edit or delete it, then start blogging!")
}
}
object HelloWorld {
def main(args: Array[String]) {
println("Welcome to WordPress. This is your first post.
Edit or delete it, then start blogging!")
}
}