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

https://github.com/hyouteki/aoc24

My attempt at solving 2024's Advent of Code
https://github.com/hyouteki/aoc24

aoc c clojure cpp java

Last synced: 5 months ago
JSON representation

My attempt at solving 2024's Advent of Code

Awesome Lists containing this project

README

          

> My attempt at solving [Advent of code 24](https://adventofcode.com/2024/).
---
| Status | Day | Problem Name | Languages |
|--------|--------|----------------------|---------------|
| ✔ ✔ | Day 01 | Historian Hysteria | Java, Clojure |
| ✔ ✔ | Day 02 | Red-Nosed Reports | Java, Clojure |
| ✔ ✔ | Day 03 | Mull It Over | Clojure |
| ✔ ✔ | Day 04 | Ceres Search | C |
| ✔ ✔ | Day 05 | Print Queue | C++ |
| ✔ ❌ | Day 06 | Guard Gallivant | C |