diff options
Diffstat (limited to 'samples/javascript/hello.js')
| -rw-r--r-- | samples/javascript/hello.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/javascript/hello.js b/samples/javascript/hello.js new file mode 100644 index 0000000..c1c58ec --- /dev/null +++ b/samples/javascript/hello.js @@ -0,0 +1,3 @@ +(function() { + console.log("Hello, World!"); +}).call(this); |
