Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MLG360Interpreter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plw1g21
MLG360Interpreter
Commits
71361735
Commit
71361735
authored
2 years ago
by
th2g20
Browse files
Options
Downloads
Plain Diff
Merge branch 'XOrGate' into 'main'
Added SImple XOrGate See merge request
!2
parents
0e2f4ca1
08456419
Branches
Branches containing commit
No related tags found
1 merge request
!2
Added SImple XOrGate
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
XOrGate.tsl
+9
-0
9 additions, 0 deletions
XOrGate.tsl
with
9 additions
and
0 deletions
XOrGate.tsl
0 → 100644
+
9
−
0
View file @
71361735
t1 << tile1;
t2 << tile2;
t3 = not t1;
t4 = not t2;
t5 = and t1 t4;
t6 = and t3 t2;
t7 = or t5 t6;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment