You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler backend can't guarantee that bf loops generated from Mastermind if-statements only run once, meaning the else condition is cleared using [-] as opposed to a simple - which would also work, and reduce output by 2 characters.