From 1873b65b7ecef641e6f895bdb50742af9c0a4b63 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Tue, 14 Jun 2022 16:09:23 -0500 Subject: [PATCH] added link to new FP project --- projects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/README.md b/projects/README.md index caa78ec..ef3912b 100644 --- a/projects/README.md +++ b/projects/README.md @@ -5,4 +5,4 @@ Here are a number of challenges for you to flex your new found knowledge. | Name | Challenge | | ---- | --------- | | [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. |