Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sterliakov/advent-of-code-24

Advent of Code - 2024 in C
https://github.com/sterliakov/advent-of-code-24

advent-of-code c

Last synced: 16 days ago
JSON representation

Advent of Code - 2024 in C

Awesome Lists containing this project

README

        

[Advent of Code - 2024](https://adventofcode.com/2024) in C.

I don't have any production experience working with C, but know the basics
from school and some random internet posts. My primary language at work is
Python, I also speak TS/JS and a bit of Rust.

I'll try to stay within pure C (C11, compiled with GCC), but may later decide
to include and link `glib` to avoid writing hashmap and hashset from scratch.