Fork of https://github.com/google/lisp-koans so that I could go through them. THIS CONTAINS ANSWERS.

.gitignore 45B

1234
  1. # ignore some editor temp files
  2. *~
  3. .#*
  4. .*.sw?