Files
2025-09-14 23:22:21 +02:00

7 lines
83 B
Python

def main():
print("Hello from myrag!")
if __name__ == "__main__":
main()