Problem: If I told you a word started with 0x70 in hexadecimal, what would it start with in ASCII?

Solution: Convert 0x70 to ASCII which is p.

Flag: picoCTF{p}