finish adding kotlin and perl

This commit is contained in:
Brian Seymour 2020-06-04 20:01:21 -05:00
parent f42462cb41
commit e1f1e6b3c5
8 changed files with 25 additions and 4 deletions

View file

@ -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'