From 5e54af301b2b99e8479da3195ef30d0f8ec19227 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 00:00:50 -0400 Subject: Initial commit --- examples/not.qua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/not.qua (limited to 'examples/not.qua') 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 -- cgit v1.2.3