commit 47b5a27d8aba3820dba2ddbbb7a0e67172c67111 Author: kiefac Date: Sat May 18 14:12:15 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39a4f9c --- /dev/null +++ b/.gitignore @@ -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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f58043 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lispjam24 +