From b2563648a0b889b6af1ff3bb40aebe52db783419 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Tue, 1 Nov 2022 09:05:32 -0500 Subject: [PATCH] updated list of projects --- projects/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/README.md b/projects/README.md index ef3912b..0e74ba5 100644 --- a/projects/README.md +++ b/projects/README.md @@ -6,3 +6,4 @@ Here are a number of challenges for you to flex your new found knowledge. | ---- | --------- | | [DIRENT](./DIRENT/README.md) | Read Directory Entries to extract information about files. | | [PI](./PI/README.md) | Compute an approximation of PI using stochastic (random) methods. | +| [WALKIES](./walkies/README.md) | A fun little animation. |