misc: add already solved challenges
This commit is contained in:
8
misc/runme_py/runme.py
Normal file
8
misc/runme_py/runme.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
################################################################################
|
||||
# Python script which just prints the flag
|
||||
################################################################################
|
||||
|
||||
flag ='picoCTF{run_s4n1ty_run}'
|
||||
print(flag)
|
||||
|
Reference in New Issue
Block a user