Function advent_solutions::advent2017::day09::part2 [] [src]

pub fn part2(root: &Node) -> usize

Now, you're ready to remove the garbage.

To prove you've removed it, you need to count all of the characters within the garbage. The leading and trailing < and > don't count, nor do any canceled characters or the ! doing the canceling.

How many non-canceled characters are within the garbage in your puzzle input?