Rating:
# FindTheFlag
## Challenge: There is a flag hidden in this binary. Can you find it?
`strings` will output only the human readable characters:
```bash
-$ strings findtheflag | grep flag
flag{b760866fa6f035548be127b7525dbb66}
There is a flag hidden in this binary. Can you find it?
findtheflag.c
```