From b2730dd1067d06b75bf250fb6fcf6f65f2e97a27 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 19 May 2020 19:36:41 +0530 Subject: [PATCH] :tada: --- README.md | 3 ++- projects/00/file.txt | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 projects/00/file.txt 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