Created
July 4, 2014 08:41
-
-
Save contee213/6b3fe1d069ea4e4fe515 to your computer and use it in GitHub Desktop.
kotlin hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by contee on 2014/07/04. | |
*/ | |
fun main(args : Array<String>) { | |
println("Hello, world!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment