Fake Binary.md 248 B

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.