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