Day 15, minor cleanup

This commit is contained in:
Daniel S. 2020-12-17 00:22:16 +01:00
parent 739b17dd32
commit 8d6bd53e85
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
use aoc_runner_derive::{aoc, aoc_generator};
use std::collections::HashMap;
type Data = Vec<usize>;
#[derive(Debug,Clone)]