Add solutions for part 1
This commit is contained in:
9
projects/01/Nor.hdl
Normal file
9
projects/01/Nor.hdl
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
CHIP Nor {
|
||||
IN a, b;
|
||||
OUT out;
|
||||
|
||||
PARTS:
|
||||
Or(a=a, b=b, out=orout);
|
||||
Not(in=orout, out=out);
|
||||
}
|
||||
Reference in New Issue
Block a user