diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2018-03-23 00:00:50 -0400 |
---|---|---|
committer | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2018-03-23 00:00:50 -0400 |
commit | 5e54af301b2b99e8479da3195ef30d0f8ec19227 (patch) | |
tree | 0647a605126d94cc914345c587512cf7a9b59dc3 /examples/not.qua | |
parent | bedd7a371cc4649b95dc09bafa1c7ee23a4affb6 (diff) |
Initial commit
Diffstat (limited to 'examples/not.qua')
-rw-r--r-- | examples/not.qua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/not.qua b/examples/not.qua new file mode 100644 index 0000000..965b34a --- /dev/null +++ b/examples/not.qua @@ -0,0 +1,12 @@ +x y speedX speedY color +0 0 0 0 PU +-1 0 0 0 GA +2 0 0 0 YE +-1 1 0 0 GA +3 1 0 0 GA +3 -1 0 0 GA +1 -1 0 0 GA + +# NOT - Input: 0, 0 speed 0, 1 +# Output: 1, 0 speed 0, 1 +# Time: 11
\ No newline at end of file |