AoC 2015 AoC 2016 AoC 2017 AoC 2018 AoC 2019 AoC 2020 AoC 2021 AoC 2022 AoC 2023

Solutions for Advent of Code

count.rs

Tallies the performance of part one and two for each day and displays information about the overall performance. A file compile.sh that compiles a program given a day, (e.g ./compile.sh day_01) must be present in the year folder. Compile and run the count program:

rustc count.rs
./count 2018