5 lines
89 B
Python
Executable File
5 lines
89 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
binary_number = bin(42)[2:]
|
|
print(f"picoCTF{{{binary_number}}}")
|