Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 807 Bytes

🎄Advent of Code (2024)

Welcome to Advent of Code 2024.

Getting started

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/
  ...

Resources