syncide_test/main.py
2026-04-02 17:25:52 +00:00

6 lines
90 B
Python

def main():
print("Hello from syncide-test!")
if __name__ == "__main__":
main()