Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 351 Bytes

Warmed Up.md

File metadata and controls

executable file
·
25 lines (14 loc) · 351 Bytes

Warmed Up

Overview :

  • General Skills
  • 50 Points

Description :

What is 0x3D (base 16) in decimal (base 10)?

Hint :

Submit your answer in our flag format. For example, if your answer was '22', you would submit 'picoCTF{22}' as the flag.

Approach :

$ echo "obase=10; ibase=16; 3D" | bc  

Flag :

picoCTF{61}