day2
This commit is contained in:
parent
1299527ab2
commit
19e598e07d
10 changed files with 178 additions and 30 deletions
|
|
@ -5,8 +5,8 @@ use aoc2023;
|
|||
use load_data::load;
|
||||
|
||||
fn main() {
|
||||
let Ok(data) = load(2023, 1)
|
||||
let Ok(data) = load(2023, 2)
|
||||
else { return; };
|
||||
|
||||
print!("{}", aoc2023::day02::Day02.part_1(&data));
|
||||
print!("{}", aoc2023::day02::Day02.part_2(&data));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue