diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-10 21:23:22 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-10 21:23:22 +0000 |
commit | f5792e081d90979bf3cdbbdbe7f08af98e35a27e (patch) | |
tree | 35c87db65bae80f1b722e6d0189e5e3607447a92 /iseven.mac |
Diffstat (limited to 'iseven.mac')
-rw-r--r-- | iseven.mac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/iseven.mac b/iseven.mac new file mode 100644 index 0000000..27988ba --- /dev/null +++ b/iseven.mac @@ -0,0 +1,18 @@ +# define nodes +1 2 3 e4 e5 +# parrent | input | output | offset | result + +# node 1 connections +1 1 1 1 2 +1 0 0 1 3 +1 # e 0 5 + +# node 2 connections +2 0 0 1 1 +2 1 1 1 1 +2 # o 0 4 + +# node 3 connections +3 0 0 1 1 +3 1 1 1 1 +3 # e 0 5 |