Point: 50
General Skills
What is 0x3D (base 16) in decimal (base 10)?
Submit your answer in our flag format. For example, if your answer was '22', you would submit 'picoCTF{22}' as the flag.
Simply converting hexadecimal 0x3D (base16) to decimal (base 10). Ascii table can be used to solve this flag.
A quick python script can be written to quickly convert bases instead of referring to ascii table.