picoctf/misc/runme_py/runme.py

9 lines
270 B
Python
Raw Permalink Normal View History

2024-09-01 22:10:44 +02:00
#!/usr/bin/python3
################################################################################
# Python script which just prints the flag
################################################################################
flag ='picoCTF{run_s4n1ty_run}'
print(flag)