An open API service indexing awesome lists of open source software.

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

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.