From 0a4fc437da921ace444f7663d6f1d2b0bdca3a75 Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Mon, 17 Jun 2024 01:35:50 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 06- June/17- Sum of Square Numbers/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 06- June/17- Sum of Square Numbers/.gitkeep diff --git a/.github/data/problems.json b/.github/data/problems.json index 208e78eac..bf3a3ff5c 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1389,6 +1389,10 @@ { "day": "16", "title": "Patching Array" + }, + { + "day": "17", + "title": "Sum of Square Numbers" } ], "07- July": [ diff --git a/06- June/17- Sum of Square Numbers/.gitkeep b/06- June/17- Sum of Square Numbers/.gitkeep new file mode 100644 index 000000000..e69de29bb