Files
ctf/2026/insomnihack/misc/ndumpng/main.py

7 lines
82 B
Python

def main():
print("Hello from misc!")
if __name__ == "__main__":
main()