diff --git a/b/BennuGD b/b/BennuGD new file mode 100644 index 00000000..b27c801e --- /dev/null +++ b/b/BennuGD @@ -0,0 +1,6 @@ +import "mod_say" + +Process Main() +Begin + say("Hello World!"); +End