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