misc: add already solved challenges
This commit is contained in:
4
misc/2warm/solve.py
Executable file
4
misc/2warm/solve.py
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
binary_number = bin(42)[2:]
|
||||
print(f"picoCTF{{{binary_number}}}")
|
Reference in New Issue
Block a user