Files
2026-06-03 19:53:43 +02:00

7 lines
82 B
Python

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