From 0792e3448f58a7ad7685d43c0c3a2921676ed8bc Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 29 Apr 2021 11:30:06 -0400 Subject: [PATCH] Prime numbers from 1 to 100 --- algorithm/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithm/index.md b/algorithm/index.md index c3db110..75c0396 100644 --- a/algorithm/index.md +++ b/algorithm/index.md @@ -15,4 +15,5 @@ ### 内容索引 * [A “word-wrap” functionality(一个字符串包裹函数)](https://www.ossez.com/t/a-word-wrap-functionality/13452) +* [Prime numbers from 1 to 100 (打印 100 以内的素数)](https://www.ossez.com/t/prime-numbers-from-1-to-100-100/13450)