add kotlin test

This commit is contained in:
2020-07-30 17:32:04 +09:00
parent 9b41715e0a
commit 83022655fd
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fun main() {
print("Hello World!")
}