Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 184 Bytes

statement.md

File metadata and controls

9 lines (7 loc) · 184 Bytes

Welcome!

This Kotlin template lets you get started quickly with a simple one-page playground.

fun main(args: Array<String>) {
    println("Hello, World!")
}