project structure update
This commit is contained in:
parent
498680aaca
commit
6b350ded94
@ -1,4 +1,4 @@
|
|||||||
use strength_reduce::StrengthReducedU64;
|
|
||||||
pub fn solve_p1(input: &str) -> u64 {
|
pub fn solve_p1(input: &str) -> u64 {
|
||||||
let mut answer = 0;
|
let mut answer = 0;
|
||||||
for line in input.split(',') {
|
for line in input.split(',') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user