From 637d66155615c4c2056c3237274400fd782a5e6b Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Mon, 24 Apr 2023 00:32:16 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 04- April/24- Last Stone Weight/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 04- April/24- Last Stone Weight/.gitkeep diff --git a/.github/data/problems.json b/.github/data/problems.json index 6a4bf97cd..89687db92 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -457,6 +457,10 @@ { "day": "23", "title": "Restore The Array" + }, + { + "day": "24", + "title": "Last Stone Weight" } ] } \ No newline at end of file diff --git a/04- April/24- Last Stone Weight/.gitkeep b/04- April/24- Last Stone Weight/.gitkeep new file mode 100644 index 000000000..e69de29bb