mdrayer.github.io

Day 16: Packet Decoder

See problem at adventofcode.com.

Part One: What do you get if you add up the version numbers in all packets?

The result is XXX.

Part Two: What do you get if you evaluate the expression represented by your hexadecimal-encoded BITS transmission?

The result is XXXXXXXXXXXXXXXXX.

View the code.

← Back