Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ot7etoyoshimura/aoc
Unified Advent of Code solutions repository
https://github.com/ot7etoyoshimura/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/ot7etoyoshimura/aoc
- Owner: OT7EtoYoshimura
- License: agpl-3.0
- Created: 2024-07-01T19:48:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T12:36:45.000Z (6 months ago)
- Last Synced: 2024-10-13T18:41:34.885Z (3 months ago)
- Topics: advent-of-code, erlang, haskell
- Language: Haskell
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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