pulled in lisp koans for solving

https://github.com/google/lisp-koans
This commit is contained in:
efim
2022-07-24 12:13:42 +00:00
parent fe0950582d
commit 49c00c24ee
104 changed files with 8515 additions and 1 deletions

5
lisp-koans/BUILD Normal file
View File

@@ -0,0 +1,5 @@
# Description: Common Lisp lisp-koans
licenses(["notice"]) # Apache License 2.0 at //third_party/lisp/lisp-koans/LICENSE
exports_files(["LICENSE"])