Skip to content
Snippets Groups Projects
Commit 71361735 authored by th2g20's avatar th2g20
Browse files

Merge branch 'XOrGate' into 'main'

Added SImple XOrGate

See merge request !2
parents 0e2f4ca1 08456419
Branches
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