diff --git a/a/audoit.au3 b/a/audoit.au3 new file mode 100644 index 00000000..b0bb59d9 --- /dev/null +++ b/a/audoit.au3 @@ -0,0 +1 @@ +MsgBox(0, "Message Box", "Hello World!") \ No newline at end of file diff --git a/c/caml.ml b/c/caml.ml new file mode 100644 index 00000000..2ef37ded --- /dev/null +++ b/c/caml.ml @@ -0,0 +1 @@ +print_endline "Hello world!";; diff --git a/n/newtonscript.nwt b/n/newtonscript.nwt new file mode 100644 index 00000000..22312f9c --- /dev/null +++ b/n/newtonscript.nwt @@ -0,0 +1,15 @@ +baseview := + {viewBounds: {left: -3, top: 71, right: 138, bottom: 137}, + viewFlags: 581, + declareSelf: 'base, + _proto: protoFloatNGo, + debug: "baseview" + }; + +textview := * child of baseview * + {text: "Hello World!", + viewBounds: {left: 33, top: 24, right: 113, bottom: 46}, + viewFlags: 579, + _proto: protoStaticText, + debug: "textview" + };