diff --git a/js/heyo.js b/js/heyo.js new file mode 100644 index 0000000..a6f1c05 --- /dev/null +++ b/js/heyo.js @@ -0,0 +1,7 @@ +/* Hello world in Node.js */ + +var sys = require('sys'); +sys.puts('Hello World'); + +var msg = 'Hello World'; +console.log(msg); \ No newline at end of file