Initial commit

This commit is contained in:
Daniel Borges
2021-12-01 19:27:39 +01:00
commit ba014df6d0
2 changed files with 11 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# ---> Scheme
*.ss~
*.ss#*
.#*.ss
*.scm~
*.scm#*
.#*.scm

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# advent-of-code-2021