From 80d65253d4b19a033e57d56158ddb5c49d4c994a Mon Sep 17 00:00:00 2001 From: MrJohnCoder Date: Sun, 1 Oct 2017 10:02:23 -0400 Subject: [PATCH] Create hello_world.js --- hello_world.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.js 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");