Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 301 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 301 Bytes

Advent of Code 2023

Solutions for Advent of Code 2023 written in Rust. Also features an aoc helper library in order to practice writing and using traits and macros using Rust.

Inputs should be placed as a file named input.txt in each day's src directory, project will not build without them.