pkg(kotlin-1.4.31): Added kotlin 1.4.31

This commit is contained in:
Thomas Hobson 2021-03-14 00:35:15 +13:00
parent 56adb6123c
commit a5ba0f5ee6
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
6 changed files with 31 additions and 0 deletions

3
packages/kotlin/1.4.31/test.kt vendored Normal file
View file

@ -0,0 +1,3 @@
fun main() {
println("OK")
}