Initial commit

This commit is contained in:
Adam Cooper 2025-01-24 00:39:32 +00:00
commit fc8f42ea61
2 changed files with 21 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# ---> CommonLisp
*.FASL
*.fasl
*.lisp-temp
*.dfsl
*.pfsl
*.d64fsl
*.p64fsl
*.lx64fsl
*.lx32fsl
*.dx64fsl
*.dx32fsl
*.fx64fsl
*.fx32fsl
*.sx64fsl
*.sx32fsl
*.wx64fsl
*.wx32fsl

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# exercism-common-lisp