Level/Double the Number: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(A simple shift)
(No difference)

Revision as of 19:28, 6 February 2023

This level has you create a circuit that doubles the value of a number.

To do so just shift the individual bits in the number up one step. The ones bit becomes the twos bit and so on.