diff --git a/README.md b/README.md index a9c01fc..5bd9aff 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/projects/00/file.txt b/projects/00/file.txt deleted file mode 100644 index b7eeed1..0000000 --- a/projects/00/file.txt +++ /dev/null @@ -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. \ No newline at end of file