added common lisp

This commit is contained in:
Ethan Edwards 2020-10-18 03:39:58 -04:00
parent a0bb87055f
commit 8c202f7b25
No known key found for this signature in database
GPG key ID: 40741D7FF5AAEA42
6 changed files with 24 additions and 0 deletions

View file

@ -49,3 +49,5 @@ echo 'testing python2'
../execute python2 test2.py
echo 'testing python3'
../execute python3 test3.py
echo 'testing common lisp'
../execute sbcl --script test.cl