sandbox

14 commits
Updated 2026-04-25 12:39:37
.
./main.py
def main():
    print("Hello from sandbox!")


if __name__ == "__main__":
    main()