From b911b1b585a20587ef6cad3547b382e1b53b74f2 Mon Sep 17 00:00:00 2001 From: deepkoluguri Date: Tue, 12 May 2026 21:31:09 +0000 Subject: [PATCH] Deploying simple Python script that prints 'Hello World' --- agents/hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 agents/hello_world.py diff --git a/agents/hello_world.py b/agents/hello_world.py new file mode 100644 index 0000000..d3e46f2 --- /dev/null +++ b/agents/hello_world.py @@ -0,0 +1 @@ +print('Hello World') \ No newline at end of file