blob: 045d99a51f8cbc04c3b259e2eccc901bdb68ef9f [file] [log] [blame]
#!/usr/bin/env python3
import sys
if len(sys.argv) > 1:
with open(sys.argv[1], "w") as output:
output.write("Hello World")