blob: 965b34acdcabdef40149bf39e4d3379a947f8d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|