test / main.py
fongci's picture
Update application
af9cd74
Raw
History Blame Contribute Delete
82 Bytes
def main():
print("Hello from test!")
if __name__ == "__main__":
main()