3/4 of the way through day 1.

This commit is contained in:
gabe 2022-12-01 01:28:14 -06:00
parent ea7220bb00
commit 50fbfd5438
10 changed files with 2397 additions and 4 deletions

View file

@ -1,9 +1,9 @@
pub fn part2() -> usize {
return 0;
0
}
#[cfg(test)]
mod day01 {
mod tests {
use super::*;
#[test]