Browse Source

Create Remove String Spaces.md

PythonCoder8 3 years ago
parent
commit
61836515d1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      8 kyu/Remove String Spaces/Remove String Spaces.md

+ 5 - 0
8 kyu/Remove String Spaces/Remove String Spaces.md

@@ -0,0 +1,5 @@
+# 8 kyu - Remove String Spaces - Authored by PG1
+
+Link to kata: https://www.codewars.com/kata/57eae20f5500ad98e50002c5
+
+Simple, remove the spaces from the string, then return the resultant string.