Updated README.md and added code sample for Kotlin

This commit is contained in:
Chad Ramsey 2018-10-07 16:37:32 -04:00
parent 4da95e9a22
commit 2f5c6de774

1
code/HelloWorld.kt Normal file
View File

@ -0,0 +1 @@
fun main(args : Array<String>) { println("Hello, Hacktoberfest 2018!") }