Files
ctf/catthegray25/forensics/notsus_exe/main.py
2025-05-31 22:42:59 +02:00

7 lines
88 B
Python

def main():
print("Hello from notsus-exe!")
if __name__ == "__main__":
main()