Skip to content

Hello World

Rajesh Khadka edited this page Nov 25, 2018 · 2 revisions

Hello world to Kotlin

   fun main(args: Array<String>) {
    print("hello world")
   }
Clone this wiki locally