use aoc crate for common stuff
This commit is contained in:
parent
907e883d48
commit
64410f0042
18 changed files with 49 additions and 28 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use super::Result;
|
||||
use aoc::Result;
|
||||
|
||||
const INPUT: &str = include_str!("../input/day01.txt");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue