diff options
author | Yuchen Pei <me@ypei.me> | 2017-11-29 16:19:33 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2017-11-29 16:19:33 +0100 |
commit | b8f53f80d0a506f1c64d2318db8e05f844bb1fa0 (patch) | |
tree | 55da26882508f5eef295b5841cda58debd1f96f5 /projects/01/Or16.out | |
parent | a000308104aab27c2dde9a306f1bc654b2db4806 (diff) |
Finished Project 1.
Diffstat (limited to 'projects/01/Or16.out')
-rw-r--r-- | projects/01/Or16.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/01/Or16.out b/projects/01/Or16.out new file mode 100644 index 0000000..8664afe --- /dev/null +++ b/projects/01/Or16.out @@ -0,0 +1,7 @@ +| a | b | out | +| 0000000000000000 | 0000000000000000 | 0000000000000000 | +| 0000000000000000 | 1111111111111111 | 1111111111111111 | +| 1111111111111111 | 1111111111111111 | 1111111111111111 | +| 1010101010101010 | 0101010101010101 | 1111111111111111 | +| 0011110011000011 | 0000111111110000 | 0011111111110011 | +| 0001001000110100 | 1001100001110110 | 1001101001110110 | |