2 lines
51 B
Python
2 lines
51 B
Python
|
if __name__ == "__main__":
|
||
|
print("hello world")
|