https://github.com/atlj/advent-of-code-2022-hs
Solutions for some of the days of Advent of Code 2022 in Haskell for no apparent reason
https://github.com/atlj/advent-of-code-2022-hs
Last synced: about 1 month ago
JSON representation
Solutions for some of the days of Advent of Code 2022 in Haskell for no apparent reason
- Host: GitHub
- URL: https://github.com/atlj/advent-of-code-2022-hs
- Owner: atlj
- License: mit
- Created: 2023-09-16T17:15:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T10:08:20.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:18:17.255Z (10 months ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## How to run?
You need `ghcup` to manage the cabal, and ghc versions.
```bash
brew install ghcup
ghcup tui
```
Once you install the ghc and cabal, you can run:
```bash
cabal run dayX
```
by replacing `X` with the proper day number to execute the code.