Initial commit

This commit is contained in:
kiefac 2024-05-18 14:12:15 +00:00
commit 47b5a27d8a
2 changed files with 19 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# ---> Racket
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
*.rkt.bak
\#*.rkt#
\#*.rkt#*#
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# lispjam24