package
0.0.0-20241102054555-b6e87e53946e
Repository: https://github.com/kotopheiop/gocodewarssolutions.git
Documentation: pkg.go.dev

# README

Fake Binary

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.

Note: input will never be an empty string