This commit is contained in:
Maxime Vorwerk
2024-06-24 14:45:22 +02:00
parent 81ec00056f
commit 0cf0adbbfe

8
runme.py/runme.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
################################################################################
# Python script which just prints the flag
################################################################################
flag ='picoCTF{run_s4n1ty_run}'
print(flag)