mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Add Kotlin support
This commit is contained in:
parent
b750de1f5e
commit
c36c5a6e63
7 changed files with 24 additions and 0 deletions
|
@ -66,6 +66,9 @@ case "$lang" in
|
|||
"julia" | "jl")
|
||||
bin=julia
|
||||
;;
|
||||
"kotlin")
|
||||
bin=kotlin
|
||||
;;
|
||||
"nasm" | "asm")
|
||||
bin=nasm
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue