2Warm
- Description: Can you convert the number
42
(base 10) to binary (base 2)? - Difficulty: Easy
🔎 Solution
This is another very straightforward challenge. Your task is to convert a number from decimal (base 10) to binary (base 2).
Once converted, make sure to submit your answer in the correct format picoCTF{...}
🚩Flag
picoCTF{101010}