5 lines
83 B
Python
5 lines
83 B
Python
def main():
|
|
print("Hello, World! --sia")
|
|
|
|
if __name__ == "__main__":
|
|
main() |