https://github.com/crocidb/advent-of-code
My solutions for the Advent of Code
https://github.com/crocidb/advent-of-code
advent-of-code
Last synced: 4 months ago
JSON representation
My solutions for the Advent of Code
- Host: GitHub
- URL: https://github.com/crocidb/advent-of-code
- Owner: CrociDB
- Created: 2022-12-01T12:35:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:47:51.000Z (over 1 year ago)
- Last Synced: 2025-06-09T15:45:53.448Z (12 months ago)
- Topics: advent-of-code
- Language: Racket
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Those are my solutions for the Advent of Code. They're mostly solved in Racket and Haskell. It uses a `nix-shell` to setup the necessary dependencies.
```shell
nix-shell
```