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