# 2Warm

Point: 50

## Category

General Skills

## Question

Can you convert the number 42 (base 10) to binary (base 2)?

## Hint

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

## Solution

Go to [Base-10 to Binary Conversion Calculator](http://www.unitconversion.org/numbers/base-10-to-binary-conversion.html) and decode base 10 (decimal) to base 2 (binary)

## Flag

picoCTF(101010)
