14

I just had a programming test.
I'm such a fucking stupid retard.
What I should've written:

static bool NotAnd(bool a, bool b) => !(a && b);

What I did:

static bool NotAnd(bool a, bool b) => a != b;

So instead of !AND, I wrote a fucking XOR. I got everything else right but not the simplest of all.
Great birthday so far.

Comments
Add Comment