test2 / main.py
TornadoAI's picture
test
ecd7f36
Raw
History Blame Contribute Delete
87 Bytes
def main():
print("Hello from supertest!")
if __name__ == "__main__":
main()