From 3191a30ea6cfb8df7efd2fe8082b5ce348031b0e Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:32:55 -0300 Subject: [PATCH] Added BennuGD I have no idea what the extension is. --- b/BennuGD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 b/BennuGD 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