The program takes in the correct word as the first argument
and reads stdin for the bitmap. '1' means either yellow or green
and '0' means gray. You can specify yellow with 'y' and green
with 'g'.
Example:
```
# ./main wound <<< "110g0"
doing
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.