3/4 of the way through day 1.
This commit is contained in:
parent
ea7220bb00
commit
50fbfd5438
10 changed files with 2397 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
pub fn part2() -> usize {
|
||||
return 0;
|
||||
0
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod day01 {
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue