Initial commit

This commit is contained in:
kiefac 2024-04-23 18:57:58 +00:00
commit 1d28e07738
2 changed files with 20 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

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# clicket
clicker game in racket