File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ I decided to learn [Haskell](https://haskell.org/) with this year's AoC. Expect
66
77| Day | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
88| --- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- |
9- | Task 01 | [ ![ haskell]] ( ./haskell/app/Day01.hs ) | [ ![ haskell]] ( ./haskell/app/Day02.hs ) | [ ![ haskell]] ( ./haskell/app/Day03.hs ) | [ ![ haskell]] ( ./haskell/app/Day04.hs ) | [ ![ haskell]] ( ./haskell/app/Day05.hs ) | [ ![ haskell]] ( ./haskell/app/Day06.hs ) | | | | | | |
10- | Task 02 | [ ![ haskell]] ( ./haskell/app/Day01.hs ) | [ ![ haskell]] ( ./haskell/app/Day02.hs ) | [ ![ haskell]] ( ./haskell/app/Day03.hs ) | [ ![ haskell]] ( ./haskell/app/Day04.hs ) | [ ![ haskell]] ( ./haskell/app/Day05.hs ) | [ ![ haskell]] ( ./haskell/app/Day06.hs ) | | | | | | |
9+ | Task 01 | [ ![ haskell]] ( ./haskell/app/Day01.hs ) | [ ![ haskell]] ( ./haskell/app/Day02.hs ) | [ ![ haskell]] ( ./haskell/app/Day03.hs ) | [ ![ haskell]] ( ./haskell/app/Day04.hs ) | [ ![ haskell]] ( ./haskell/app/Day05.hs ) | [ ![ haskell]] ( ./haskell/app/Day06.hs ) | [ ![ haskell ]] ( ./haskell/app/Day07.hs ) [ ![ ferris ]] ( https://github.com/fspoettel/advent-of-code-2025/blob/main/src/bin/07.rs ) [ ^ 1 ] | | | | | |
10+ | Task 02 | [ ![ haskell]] ( ./haskell/app/Day01.hs ) | [ ![ haskell]] ( ./haskell/app/Day02.hs ) | [ ![ haskell]] ( ./haskell/app/Day03.hs ) | [ ![ haskell]] ( ./haskell/app/Day04.hs ) | [ ![ haskell]] ( ./haskell/app/Day05.hs ) | [ ![ haskell]] ( ./haskell/app/Day06.hs ) | [ ![ haskell ]] ( ./haskell/app/Day07.hs ) [ ![ ferris ]] ( https://github.com/fspoettel/advent-of-code-2025/blob/main/src/bin/07.rs ) [ ^ 1 ] | | | | | |
1111
1212
1313The Haskell icon has been released into the public domain and can be found [ here] ( https://commons.wikimedia.org/wiki/File:Haskell-Logo.svg ) .
14+
1415The python icon is licensed under the GPL and can be found [ here] ( https://en.m.wikipedia.org/wiki/File:Python-logo-notext.svg ) .
1516
17+ The ferris icon is licensed under CC0 and can be found [ here] ( https://commons.wikimedia.org/wiki/File:Original_Ferris.svg ) .
18+
1619## Structure
1720
1821- [ ` examples ` ] ( ./examples ) contains the examples as separate files. The file names follow the format ` day{day:02d}_{counter:02d}.txt `
@@ -21,3 +24,6 @@ The python icon is licensed under the GPL and can be found [here](https://en.m.w
2124
2225[ python ] : https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg
2326[ haskell ] : https://upload.wikimedia.org/wikipedia/commons/1/1c/Haskell-Logo.svg
27+ [ ferris ] : https://upload.wikimedia.org/wikipedia/commons/0/0f/Original_Ferris.svg
28+
29+ [ ^ 1 ] : I pair-coded the Rust solution together with [ @fspoettel ] ( https://github.com/fspoettel ) .
You can’t perform that action at this time.
0 commit comments