https://github.com/nomadalgia/aoc
Unified Advent of Code solutions repository
https://github.com/nomadalgia/aoc
advent-of-code erlang haskell
Last synced: 2 months ago
JSON representation
Unified Advent of Code solutions repository
- Host: GitHub
- URL: https://github.com/nomadalgia/aoc
- Owner: nomadalgia
- License: agpl-3.0
- Created: 2024-07-01T19:48:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T13:08:46.000Z (7 months ago)
- Last Synced: 2025-12-06T14:50:56.977Z (7 months ago)
- Topics: advent-of-code, erlang, haskell
- Language: Haskell
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
Advent of Code
===
Advent of Code is an annual set of Christmas-themed computer
programming challenges that follow an Advent calendar.
Directory Structure
---
```
aoc
|-README.md
|-COPYING.txt
|-[year]
| |-[lang]
| | |-[source files per day]
```
Used languages
---
- Erlang
- Haskell