Added BennuGD

I have no idea what the extension is.
This commit is contained in:
bcnjr5
2013-05-27 22:32:55 -03:00
parent 2268684e6e
commit 3191a30ea6

6
b/BennuGD Normal file
View File

@@ -0,0 +1,6 @@
import "mod_say"
Process Main()
Begin
say("Hello World!");
End