Skip to content

alan-turing-institute/advent-of-code-2021

Repository files navigation

🎄Advent of Code (2021)

Welcome to Advent of Code 2021.

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