Files
ctf/2025/catthegrey/forensics/notsus_exe/main.py
2025-06-06 03:13:31 +02:00

7 lines
88 B
Python

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