diff --git a/helloworld.js b/helloworld.js new file mode 100644 index 0000000..3451e9b --- /dev/null +++ b/helloworld.js @@ -0,0 +1 @@ +console.log('Hello World');