Skip to content
aantoniv.dev
Menu
Close
Home
Posts
// Hello World Program fun main(args : Array<String>) { println("Hello, World!") }