Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rayhanadev/advent-of-code-2024

My solutions for 2024's Advent of Code challenges. Haskell and Typescript!
https://github.com/rayhanadev/advent-of-code-2024

adventofcode adventofcode2024 bun haskell typescript

Last synced: about 1 month ago
JSON representation

My solutions for 2024's Advent of Code challenges. Haskell and Typescript!

Awesome Lists containing this project

README

        

# Advent of Code 2024 🎄

These are my solutions to the [Advent of Code 2024](https://adventofcode.com/) puzzles.
I will be using [Bun](https://bun.sh) (Typescript) to solve these puzzles, and I will
be reimplementing the solutions in parallel in Haskell.

## Solutions

- TypeScript: [typescript/](typescript/README.md)
- Haskell: [haskell/](haskell/README.md)