2018: switch to anyhow

This commit is contained in:
Antoine Martin 2020-12-14 20:24:09 +01:00
parent 885081d3fe
commit 60b5398737
8 changed files with 33 additions and 36 deletions

View file

@ -1,7 +1,7 @@
use std::collections::HashSet;
use std::fmt::Write;
use aoc::Result;
use anyhow::Result;
const INPUT: &str = include_str!("../input/day01.txt");