From 5f7c3e559078a1a959f1430ca209346503fc1dd2 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 05:17:31 +0000 Subject: [PATCH] Add 'js/heyo.js' --- js/heyo.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 js/heyo.js 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