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