Skip to content
Snippets Groups Projects
Commit 08456419 authored by Thomas's avatar Thomas
Browse files

Added SImple XOrGate

parent 0e2f4ca1
No related branches found
No related tags found
1 merge request!2Added SImple XOrGate
t1 << tile1;
t2 << tile2;
t3 = not t1;
t4 = not t2;
t5 = and t1 t4;
t6 = and t3 t2;
t7 = or t5 t6;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment