Welcome to Advent of Code 2024.
Commit your solution attempts following this structure: <day>/<language>_<github-username>
You have free reign over the code structure inside your folders, but if everything goes to plan we'll end up with a loose structure like so:
day-01/
racket_triangle-man/
part_one.rkt
part_two.rkt
rust_OscartGiles/
part_one.rs
day-02/
...
- Web: Follow the instructions at https://adventofcode.com/2024
- Slack: #advent-of-code channel (Turing only, unfortunately)
- Getting started with Git (Turing Way link)