Files
2025-06-07 18:05:58 -04:00

7 lines
90 B
Python

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