add README

This commit is contained in:
2025-10-12 19:54:14 -07:00
parent f5aa820290
commit 28e0c027a3

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
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
```