Add 'js/heyo.js'

This commit is contained in:
Sarimoko 2021-07-08 05:17:31 +00:00
parent ffb96c2a66
commit 5f7c3e5590
1 changed files with 7 additions and 0 deletions

7
js/heyo.js Normal file
View File

@ -0,0 +1,7 @@
/* Hello world in Node.js */
var sys = require('sys');
sys.puts('Hello World');
var msg = 'Hello World';
console.log(msg);