Hello World

This is a first post for a start 🚀

object HelloWorld extends App {
    println("Hello World!")
}