BAEL-382 add kotlin module

This commit is contained in:
Tomasz Lelek
2017-01-02 11:51:12 +01:00
parent 7844b1d4e4
commit 3351d96147
3 changed files with 54 additions and 0 deletions
@@ -0,0 +1,5 @@
package com.baeldung
fun main(args: Array<String>){
println("hello word")
}