diff --git a/it/hello_world.py b/it/hello_world.py new file mode 100644 index 0000000..4b1c040 --- /dev/null +++ b/it/hello_world.py @@ -0,0 +1,3 @@ +def main(buffer, command): + print("Hello, world!") + return buffer