mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Merge pull request #25 from engineer-man/paradoc
added the paradoc golfing language as seen on Advent of Code
This commit is contained in:
commit
6720282bbc
6 changed files with 23 additions and 0 deletions
|
@ -93,6 +93,10 @@ echo 'python3'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -V"
|
||||
echo '---'
|
||||
|
||||
echo 'paradoc'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -m paradoc --version"
|
||||
echo '---'
|
||||
|
||||
echo 'ruby'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "ruby --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue