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