commit 79ce10196b59bebbcd87b26225255fb92ce9867f
Author: Alex Wennerberg <alex@Alexs-MacBook-Air.local>
Date: Sun, 30 Nov 2025 12:44:24 -0800
Initial Commit
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) Alex Wennerberg
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
@@ -0,0 +1,14 @@
+# Advent of Code 2025 in Scheme
+
+The abbreviated season.
+
+In [CHICKEN Scheme](https://call-cc.org/)
+
+Previous years:
+
+* [2024](https://git.sr.ht/~aw/advent-of-code-2024) -- Ruby (4 stars)
+* [2023](https://git.sr.ht/~aw/dusk-aoc) -- Dusk OS Forth (13 stars)
+* [2022](https://git.sr.ht/~aw/advent-of-code-2022) -- UF Forth (14 stars)
+* [2021](https://git.sr.ht/~aw/advent-of-code/tree/main/item/2021) -- Rust (20 stars)
+* [2020](https://git.sr.ht/~aw/advent-of-code/tree/main/item/2020) -- C (25 stars)
+* [2019](https://git.sr.ht/~aw/advent-of-code/tree/main/item/2019) -- Rust (22 stars)