prepare day 5
This commit is contained in:
parent
b127c24a0a
commit
055510a6d0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ use std::time::Instant;
|
||||||
|
|
||||||
fn part1(input: String) -> Result<usize> {
|
fn part1(input: String) -> Result<usize> {
|
||||||
let mut answer = 0;
|
let mut answer = 0;
|
||||||
|
println!("Input:\n{}", input);
|
||||||
Ok(answer)
|
Ok(answer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue