From 03bdd63342bf23882a0d23c96d5ee7deab6e6e50 Mon Sep 17 00:00:00 2001 From: Loosetooth Date: Mon, 3 Feb 2025 13:52:29 +0100 Subject: [PATCH] move to 4kyu --- {5kyu => 4kyu}/smallest-possible-sum/description.md | 0 {5kyu => 4kyu}/smallest-possible-sum/solution.ts | 0 {5kyu => 4kyu}/smallest-possible-sum/tests.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {5kyu => 4kyu}/smallest-possible-sum/description.md (100%) rename {5kyu => 4kyu}/smallest-possible-sum/solution.ts (100%) rename {5kyu => 4kyu}/smallest-possible-sum/tests.ts (100%) diff --git a/5kyu/smallest-possible-sum/description.md b/4kyu/smallest-possible-sum/description.md similarity index 100% rename from 5kyu/smallest-possible-sum/description.md rename to 4kyu/smallest-possible-sum/description.md diff --git a/5kyu/smallest-possible-sum/solution.ts b/4kyu/smallest-possible-sum/solution.ts similarity index 100% rename from 5kyu/smallest-possible-sum/solution.ts rename to 4kyu/smallest-possible-sum/solution.ts diff --git a/5kyu/smallest-possible-sum/tests.ts b/4kyu/smallest-possible-sum/tests.ts similarity index 100% rename from 5kyu/smallest-possible-sum/tests.ts rename to 4kyu/smallest-possible-sum/tests.ts