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