Level/Half Adder

From Turing Complete

This level has you create a basic arithmetic circuit that adds two bits and gives the result in the form of the sum and the carry.

As the truth table at the bottom reveals, this is little more than an XOR gate and an AND gate.