mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
parent
0c4c6e7ad5
commit
0e2131eb1d
6 changed files with 39 additions and 0 deletions
|
@ -52,6 +52,8 @@ echo -n 'testing perl = '
|
|||
../../cli/execute perl perl.pl
|
||||
echo -n 'testing php = '
|
||||
../../cli/execute php php.php
|
||||
echo -n 'testing prolog = '
|
||||
../../cli/execute prolog prolog.pl
|
||||
echo -n 'testing python2 = '
|
||||
../../cli/execute python2 python2.py
|
||||
echo -n 'testing python3 = '
|
||||
|
|
1
lxc/tests/prolog.pl
Normal file
1
lxc/tests/prolog.pl
Normal file
|
@ -0,0 +1 @@
|
|||
:- write('good'), nl.
|
Loading…
Add table
Add a link
Reference in a new issue