From 39dde4ab6aad1a8fb087dbfa6cf5e15b66d7cb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Inga=20=F0=9F=8F=B3=E2=80=8D=F0=9F=8C=88?= Date: Sun, 3 Dec 2023 18:57:09 +0100 Subject: [PATCH] Initial commit --- .gitignore | 9 +++++++++ README.md | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5dc83e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# ---> Scheme +*.ss~ +*.ss#* +.#*.ss + +*.scm~ +*.scm#* +.#*.scm + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c3baa2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# AdventOfCode-2023-functional +