Advent of Code

Check-in [8edf0a7408]
Login

Check-in [8edf0a7408]

Overview
Comment:added README
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8edf0a7408fbc6a2c12303fa0c0d364e511858bc5dcf5d09edd9dd290b8fada5
User & Date: nnz on 2024-12-03 17:06:35
Other Links: manifest | tags
Context
2024-12-03
21:04
comment on conditional check-in: 9c47eb77fc user: nnz tags: trunk
17:06
added README check-in: 8edf0a7408 user: nnz tags: trunk
16:51
corrected name in ignore glob check-in: 78692e9be2 user: nnz tags: trunk
Changes

Added README.md version [22cf9ec0d5].



















>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
# AdventOfCode ( aoc )

My C solutions for puzzles in Advent of Code ( http://adventodcode.com/ ).

Unless otherwise noted every letter or symbol in my code comes from my keyboard.
There's no copy/paste of someone else code.

If I need help with some data structure or algorithm,
I will read the description and come up with my own implementation.