This commit is contained in:
Nemo 2020-05-19 19:36:41 +05:30
parent 406f544df6
commit b2730dd106
2 changed files with 2 additions and 7 deletions

View File

@ -1,9 +1,10 @@
# nand2tetris
Working my way through the [Nand to Tetris Course](https://www.nand2tetris.org/)
- Download the latest `nand2tetris.zip` from the book website, and overwrite everything in the `projects` and `tools` directory.
- Remember to run `chmod +X tools/*.sh` if you're on \*nix.
## [Project 1: Boolean Logic](https://www.nand2tetris.org/project01)
Build order as per the website. Cost for each gate in NAND in brackets.

View File

@ -1,6 +0,0 @@
The only purpose of this file is to practice submitting files
in the Nand to Tetris course websites in Coursera.
There is no need to modify the contents of this file.
All you have to do is submit it as is, following the
Project 0 guidelines in the website.