pkg(kotlin-1.8.0): Added Kotlin 1.8.0

This commit is contained in:
zt64 2023-01-15 00:02:30 -05:00
parent 17c4fdb51e
commit fe3a636b0a
6 changed files with 36 additions and 0 deletions

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

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