mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
7 lines
83 B
Python
7 lines
83 B
Python
|
def main():
|
||
|
print("Hello from swydd!")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|