From 8852893bc2b1e27834fef2afc56dc897b534256f Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Tue, 18 Jun 2024 01:15:10 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 06- June/18- Most Profit Assigning Work/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 06- June/18- Most Profit Assigning Work/.gitkeep diff --git a/.github/data/problems.json b/.github/data/problems.json index bf3a3ff5c..389a2aecd 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1393,6 +1393,10 @@ { "day": "17", "title": "Sum of Square Numbers" + }, + { + "day": "18", + "title": "Most Profit Assigning Work" } ], "07- July": [ diff --git a/06- June/18- Most Profit Assigning Work/.gitkeep b/06- June/18- Most Profit Assigning Work/.gitkeep new file mode 100644 index 000000000..e69de29bb