9 lines
70 B
Python
9 lines
70 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
def main():
|
|
print("Hello World")
|
|
|
|
|
|
main()
|