project02 complete, add .gitignore

This commit is contained in:
2025-09-02 08:33:07 -04:00
parent e389939297
commit 2e8ebbbfd5
10 changed files with 37 additions and 27 deletions

View File

@@ -14,3 +14,4 @@ CHIP Inc16 {
// out = in + 1
Add16(a=in, b[0]=true, b[1..15]=false, out=out);
}