Formatting
This commit is contained in:
parent
a8eac265a4
commit
84b67b5140
2 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use std::collections::{HashMap, HashSet};
|
||||
use std::iter::{Iterator, Zip};
|
||||
use std::iter::Iterator;
|
||||
use std::str;
|
||||
|
||||
const INPUT: &str = include_str!("input/day2.txt");
|
||||
|
|
|
|||
Loading…
Reference in a new issue