diff --git a/kotlin/README.md b/kotlin/README.md new file mode 100644 index 0000000..8d2332c --- /dev/null +++ b/kotlin/README.md @@ -0,0 +1,4 @@ +# Hello world! in Kotlin Language! + +Here you can run it: [https://play.kotlinlang.org](https://play.kotlinlang.org). +Paste it in the editor and hit execute (play) button. You will get output on the bottom side. diff --git a/kotlin/main.kt b/kotlin/main.kt new file mode 100644 index 0000000..b583478 --- /dev/null +++ b/kotlin/main.kt @@ -0,0 +1 @@ +fun main() = println("Hello World")