Merge branch 'master' into master

This commit is contained in:
Ethan Edwards 2020-12-02 18:37:31 -05:00 committed by GitHub
commit 99038d3e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 61 additions and 4 deletions

1
lxc/tests/test.nim Normal file
View file

@ -0,0 +1 @@
echo("good")

View file

@ -0,0 +1,5 @@
try:
import paradoc
print('good')
except:
pass