mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-12 14:46:27 +02:00
finish adding kotlin and perl
This commit is contained in:
parent
f42462cb41
commit
e1f1e6b3c5
8 changed files with 25 additions and 4 deletions
|
@ -8,8 +8,8 @@ echo 'testing cpp'
|
|||
../lxc/execute cpp test.cpp
|
||||
echo 'testing cs'
|
||||
../lxc/execute cs test.cs
|
||||
echo 'testing elixir'
|
||||
../lxc/exexute exs test.exs
|
||||
#echo 'testing elixir'
|
||||
#../lxc/execute exs test.exs
|
||||
echo 'testing go'
|
||||
../lxc/execute go test.go
|
||||
echo 'testing java'
|
||||
|
@ -24,6 +24,8 @@ echo 'testing jl'
|
|||
../lxc/execute jl test.jl
|
||||
echo 'testing php'
|
||||
../lxc/execute php test.php
|
||||
echo 'testing perl'
|
||||
../lxc/execute perl test.pl
|
||||
echo 'testing python2'
|
||||
../lxc/execute python2 test2.py
|
||||
echo 'testing python3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue