https://github.com/billstclair/advent-of-code-2022
Elm solutions for the 2022 Advent of Code
https://github.com/billstclair/advent-of-code-2022
Last synced: 8 months ago
JSON representation
Elm solutions for the 2022 Advent of Code
- Host: GitHub
- URL: https://github.com/billstclair/advent-of-code-2022
- Owner: billstclair
- License: mit
- Created: 2022-12-01T13:52:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T14:53:52.000Z (over 3 years ago)
- Last Synced: 2025-03-02T19:43:04.515Z (over 1 year ago)
- Language: Elm
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Elm solutions to the [Advent of Code - 2022](https://adventofcode.com/2022/).
For development:
cd ~/.../advent-of-code-2022
elm reactor
Then aim your browser at http://localhost:8000, and click on a day.
Or, use Ellie:
* [Template](https://ellie-app.com/kjQDKqvCWxDa1)
* [Day 1](https://ellie-app.com/kjQH5tzKxV2a1)
* [Day 1, part 2](https://ellie-app.com/kjQLHMvynpZa1)
* [Day 2](https://ellie-app.com/kknKgsyYXCLa1)
* [Day 2, part 2](https://ellie-app.com/kkp9LwzCWRza1)
* [Day 3](https://ellie-app.com/kkKGpnftvKLa1)
* [Day 3, part 2](https://ellie-app.com/kkKHbNcdRpta1)
* [Day 4](https://ellie-app.com/kmcWwMLmQQya1) (change `part` to 1 or 2)
* [Day 5](https://ellie-app.com/kmGTk3thRXpa1) (change `part` to 1 or 2)
* [Day 6](https://ellie-app.com/kn5RB6PJwKga1) (change `part` to 1 or 2)
* [Day 7](https://ellie-app.com/knCKMNXLb39a1) (change `part` to 1 or 2)
* [Day 8](https://ellie-app.com/kp7VgjXFc3ba1) (change `part` to 1 or 2)
* [Day 9](https://ellie-app.com/kpy9kSZDfM5a1) (change `part` to 1 or 2)
* [Day 10](https://ellie-app.com/kpWVHDGxdySa1) (change `part` to 1 or 2)
* I failed to solve Day 11, part 1
* [Day 12](https://ellie-app.com/krd3vjT6YsPa1) (change `part` to 1 or 2)
* [Day 13](https://ellie-app.com/krj5GkFBw5ta1) (change `part` to 1 or 2)
* [Day 14](https://ellie-app.com/krGRBp6PFjxa1) (change `part` to 1 or 2)
* [Day 15](https://ellie-app.com/ksdzYWf7wVya1)
The Ellie links make it very easy to cheat. Listen to your conscience.
GitHub: https://github.com/billstclair/advent-of-code-2022
Bill St. Clair, 1 December 2022