Merge pull request #25 from engineer-man/paradoc

added the paradoc golfing language as seen on Advent of Code
This commit is contained in:
Brian Seymour 2020-11-01 19:29:31 -06:00 committed by GitHub
commit 6720282bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 0 deletions

View file

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