```fun main(args: Array<String>) { print...
# getting-started
m
Copy code
fun main(args: Array<String>) {
    println("Hello, World!")
}