mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 05:34:56 +08:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from chinesebqb!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|