Add solutions for part 1
This commit is contained in:
10
projects/03/a/Id.hdl
Normal file
10
projects/03/a/Id.hdl
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
CHIP Id {
|
||||
IN in[16];
|
||||
OUT out[16];
|
||||
|
||||
PARTS:
|
||||
|
||||
Not16(in=in, out=notin);
|
||||
Not16(in=notin, out=out);
|
||||
}
|
||||
Reference in New Issue
Block a user