mirror of
https://github.com/rommapp/docs.git
synced 2026-04-20 01:04:29 +08:00
7 lines
82 B
Python
7 lines
82 B
Python
def main():
|
|
print("Hello from wiki!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|