all repos — nand2tetris @ 6b59b2d1aa8d1c2c01d77b7a7d383be5fcfb4adc

my nand2tetris progress

.gitignore

 1
 2
 3
 4
 5
 6
 7
 8
 9
# ignore nand2tetris testing files
*.cmp
*.tst
*.out

# ignore prokect 05 machine code files, project 06 test files, build artifacts
projects/05/*.hack
projects/*/bin/*