C track, Eliud's Eggs Instructions error

In the instructions, it says that:

 _ _ _ _ _ _ _
|0|0|0|1|0|0|0|
Decimal number on the display
16

Actual eggs in the coop
1

“decimal number in display” should be 8. The value 16 would be if the binary representation was “0 0 0 1 0 0 0 0”

Related to Incorrect base 10 value in eliuds-eggs example 2.

I didn’t get around to making a PR though.

Just submitted a PR: :)

I believe the issue is in the problem specs. The problem spec should be updated then tracks should be synced from the problem spec. Track files should not be manually modified; they should be synced.