Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/rayhanadev/advent-of-code-2024
- Owner: rayhanadev
- Created: 2024-12-01T06:51:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T10:30:43.000Z (about 1 month ago)
- Last Synced: 2024-12-01T11:22:17.227Z (about 1 month ago)
- Topics: adventofcode, adventofcode2024, bun, haskell, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)