mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
Add Kotlin support
This commit is contained in:
parent
b750de1f5e
commit
c36c5a6e63
7 changed files with 24 additions and 0 deletions
3
tests/test.kt
Normal file
3
tests/test.kt
Normal file
|
@ -0,0 +1,3 @@
|
|||
fun main(args: Array<String>) {
|
||||
println("good")
|
||||
}
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue