Watch
1
0
Fork
You've already forked advent-of-code
0

Formatting

This commit is contained in:
Jeremy Kaplan 2018-12-03 20:52:46 -08:00
commit 84b67b5140
2 changed files with 6 additions and 5 deletions

View file

@ -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");