AdventOfCode2020/src/lib.rs

12 lines
155 B
Rust
Raw Normal View History

2023-12-27 15:29:51 -06:00
mod day6;
2023-12-27 14:57:05 -06:00
mod day5;
2023-12-27 13:55:54 -06:00
mod day1;
mod day4;
mod day3;
mod day2;
extern crate aoc_runner;
#[macro_use]
extern crate aoc_runner_derive;
aoc_lib!{ year = 2020 }