project01: Comments/cleanup

This commit is contained in:
2025-09-03 22:10:34 -04:00
parent dd31b8f1dc
commit 934f1ad2f5
11 changed files with 54 additions and 33 deletions

View File

@@ -13,7 +13,6 @@ CHIP Off {
OUT out;
PARTS:
// Put your code here:
// Nand(a=true, b=false, out=out); // old
// always output false
Nand(a=true, b=true, out=out);
}