Martin Brandl
web search
e974e53
Raw
History Blame Contribute Delete
98 Bytes
def main():
print("Hello from first-agent-template!")
if __name__ == "__main__":
main()