From 294bf271a07d2813d7c6ce1754d8bc57ba57f81b Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:24:15 +0200 Subject: [PATCH] Untested Kotlin --- kotlin/helloworld.kt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kotlin/helloworld.kt diff --git a/kotlin/helloworld.kt b/kotlin/helloworld.kt new file mode 100644 index 0000000..0599633 --- /dev/null +++ b/kotlin/helloworld.kt @@ -0,0 +1,3 @@ +fun main(args : Array) { + println("Hello World!") +} \ No newline at end of file