Node file testing

This commit is contained in:
2020-02-12 18:57:32 -06:00
parent 2d04a3b815
commit 19f54e43ec

2
app.js Normal file
View File

@@ -0,0 +1,2 @@
var msg = 'Hello World';
console.log(msg);