Solved the 'smaller' gates and probably not with the best solutions.
This commit is contained in:
@@ -15,4 +15,6 @@ CHIP And {
|
||||
|
||||
PARTS:
|
||||
// Put your code here:
|
||||
Nand(a=a, b=b, out=out1);
|
||||
Nand(a=out1, b=out1, out=out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user