Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olemorud/aoc-in-haskell-2024

Haskell solutions for Advent of Code 2024
https://github.com/olemorud/aoc-in-haskell-2024

advent-of-code-2024 advent-of-code-2024-haskell haskell

Last synced: about 2 months ago
JSON representation

Haskell solutions for Advent of Code 2024

Awesome Lists containing this project

README

        

# Haskell solutions for Advent of Code 2024

My solutions to [Advent of Code 2024](https://adventofcode.com/2024)

## Building and running

The programs expect input from stdin. The easiest way to compile and run the programs are as follows:

```sh
ghc -dynamic silver.hs
./silver