Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 371 Bytes

Writeup.md

File metadata and controls

29 lines (16 loc) · 371 Bytes

2Warm

2Warm

| 50 points

Tags: Category: General Skills

AUTHOR: SANJAY C/DANNY TUNITIS

Description

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


debug info: [u:176067 e: p: c:86 i:206]

Just use a converter

Divide by the base 2 to get the digits from the remainders:

= (101010)2

FLAG

picoCTF{101010}