ASR_test / main.py
zhaochaojin
fix
684da35
raw
history blame contribute delete
86 Bytes
def main():
print("Hello from asr-test!")
if __name__ == "__main__":
main()