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

@ -66,6 +66,9 @@ case "$lang" in
"julia" | "jl")
bin=julia
;;
"kotlin")
bin=kotlin
;;
"nasm" | "asm")
bin=nasm
;;