Advertisement
dluciv

App.kt Kotlin hello world

Nov 2nd, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.16 KB | None | 0 0
  1. // file my-app/src/main/kotlin/name/dluciv/test1/App.kt
  2. package name.dluciv.test1
  3.  
  4. fun main(args: Array<String>)
  5. {
  6.   System.out.println( "Hello World!" )
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement