remove debug

This commit is contained in:
Max Bradbury 2022-12-01 21:41:04 +00:00
parent 907c7307ac
commit 48d2e0ab62
1 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,5 @@ pub fn part_2(input: &String) -> u64 {
let start = elf_calorie_counts.len() - 3;
let top_3 = elf_calorie_counts.drain(start..);
println!("Top 3 elves: {:?}", top_3);
top_3.sum()
}