Skip to content

Commit

Permalink
Adding Hello world kotlin example
Browse files Browse the repository at this point in the history
  • Loading branch information
halil-raso committed Jan 3, 2018
1 parent daf392d commit 7c0ab72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/halil/raso/com/tutorials/helloworld/helloworld.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package halil.raso.com.tutorials.helloworld

fun main(args : Array<String>) { //entry point of any kotlin program.
println("Hello, world!")
}

0 comments on commit 7c0ab72

Please sign in to comment.