From 8fe4e359500c3f9e73ba5d8448719dec925e9615 Mon Sep 17 00:00:00 2001 From: Konarak Date: Sun, 5 Dec 2021 09:02:55 +0530 Subject: [PATCH] initial commit --- .gitignore | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f66d860 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.out +*.cmp +*.tst +*.pdf +tools/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..932e6a3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nand2tetris + +Trying to build a modern computer from first principles. If you want to try it visit: [From Nand to Tetris](https://www.nand2tetris.org) (: