new languages

This commit is contained in:
William Ball 2020-07-13 09:07:22 -07:00
parent b44640eec7
commit 8e4aead164

7
.gitignore vendored
View file

@ -1,5 +1,6 @@
__pycache__ python/__pycache__
*/Cargo.lock rust/*/Cargo.lock
*/target/* rust/*/target/*
cpp/a.out cpp/a.out
java/*.class java/*.class
scheme/*.so