Added julia test.
This commit is contained in:
parent
fab8873d85
commit
28ca95ef97
|
@ -0,0 +1 @@
|
|||
println("good")
|
|
@ -16,6 +16,8 @@ echo 'testing asm'
|
|||
../lxc/execute asm test.nasm
|
||||
echo 'testing js'
|
||||
../lxc/execute js test.js
|
||||
echo 'testing jl'
|
||||
../lxc/execute jl test.jl
|
||||
echo 'testing php'
|
||||
../lxc/execute php test.php
|
||||
echo 'testing python2'
|
||||
|
|
Loading…
Reference in New Issue