aboutsummaryrefslogtreecommitdiff
path: root/samples/JavaScript/hello.js
blob: c1c58ec210cb224e9c64ff739f0316650f187028 (plain)
1
2
3
(function() {
  console.log("Hello, World!");
}).call(this);