added link to snow in readme

This commit is contained in:
Perry Kivolowitz 2022-12-25 14:53:38 -06:00
parent 5e63912d39
commit 10bbbab3a1

View file

@ -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. |