OR gate

The OR gate works a lot like, well, the word "or". It returns true when either or both of its inputs are true. (Or, as a hint: returns false when both of its inputs are false.)