2 lines
44 B
Python
2 lines
44 B
Python
|
if __name__ == '__main__':
|
||
|
print("test")
|