Automatic read the whole file to avoid measuring I/O time
authorGreg Burri <greg.burri@gmail.com>
Sun, 8 Dec 2024 19:45:30 +0000 (20:45 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sun, 8 Dec 2024 19:45:30 +0000 (20:45 +0100)
commit140f846b3f0074a6da180c069b14dc60654fe105
tree650447f8d8e0b0cf2ded9909bc93ef537aa87dca
parentd4c9c843c3c351c328fe4568c6e1da3668a76d7d
read the whole file to avoid measuring I/O time
src/day01.rs
src/day02.rs
src/day03.rs
src/day04.rs
src/day05.rs
src/day06.rs
src/day07.rs
src/day08.rs
src/day09.rs [new file with mode: 0644]
src/days.rs
src/main.rs