Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sterliakov/advent-of-code-24
- Owner: sterliakov
- License: apache-2.0
- Created: 2024-12-01T20:43:28.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2024-12-01T21:05:35.000Z (21 days ago)
- Last Synced: 2024-12-01T21:32:36.062Z (21 days ago)
- Topics: advent-of-code, c
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.