Browse Source

Create Fake Binary.md

PythonCoder8 3 years ago
parent
commit
43adb238fa
1 changed files with 5 additions and 0 deletions
  1. 5 0
      8 kyu/Fake Binary/Fake Binary.md

+ 5 - 0
8 kyu/Fake Binary/Fake Binary.md

@@ -0,0 +1,5 @@
+# 8 kyu - Fake Binary - Authored by PG1
+
+Link to kata: https://www.codewars.com/kata/57eae65a4321032ce000002d
+
+Given a string of digits, you should replace any digit below 5 with '0' and any digit 5 and above with '1'. Return the resulting string.