Files
2026-05-06 11:29:40 +08:00

10 lines
101 B
Python

import jieba
def main():
print("Hello from 02vector!")
if __name__ == "__main__":
main()