This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
'''
|
|
FilePath: \hart\main.py
|
|
Author: shenghao.xu
|
|
Date: 2023-03-14 08:51:18
|
|
LastEditors: shenghao.xu
|
|
LastEditTime: 2023-05-05 10:14:50
|
|
Descripttion:
|
|
'''
|
|
import os
|
|
|
|
|
|
def main():
|
|
print('hello world')
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|