From 10bbbab3a14feabf2b02afa1e96f1c6b791427a4 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Sun, 25 Dec 2022 14:53:38 -0600 Subject: [PATCH] added link to snow in readme --- projects/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/README.md b/projects/README.md index 0e74ba5..eb861e3 100644 --- a/projects/README.md +++ b/projects/README.md @@ -6,4 +6,5 @@ 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. | +| [SNOW](./snow/README.md) | A fun little animation. | | [WALKIES](./walkies/README.md) | A fun little animation. |