Add Kotlin support

This commit is contained in:
aveliz1999 2020-06-04 15:01:14 -04:00
parent b750de1f5e
commit c36c5a6e63
7 changed files with 24 additions and 0 deletions

View file

@ -12,6 +12,8 @@ echo 'testing go'
../lxc/execute go test.go
echo 'testing java'
../lxc/execute java test.java
echo 'testing kotlin'
../lxc/execute kotlin test.kt
echo 'testing asm'
../lxc/execute asm test.nasm
echo 'testing js'