Level/Double Trouble

From Turing Complete

This level asks you to build a circuit that outputs On if at least two of the inputs are On.

The solution for this level is the largest so far, requiring nine gates. As the level says, don't overthink it. So just have one And Gate for each possible combination of inputs, and join them together with Or Gates.