From 8ad9df5bd0aafd5526623bb54b69d9631fed76dc Mon Sep 17 00:00:00 2001 From: MinatoN1345 Date: Thu, 17 Oct 2019 00:38:31 +0100 Subject: [PATCH] Added Kotlin version --- HelloWorld.kt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 HelloWorld.kt diff --git a/HelloWorld.kt b/HelloWorld.kt new file mode 100644 index 0000000..a959456 --- /dev/null +++ b/HelloWorld.kt @@ -0,0 +1,4 @@ +fun main() +{ + println("Hello World") +} \ No newline at end of file