From 35a7ecaa7a86957da14b219e462551e3026a09b8 Mon Sep 17 00:00:00 2001 From: Justin Abbott Date: Mon, 8 Oct 2018 12:03:17 -0500 Subject: [PATCH] Added hello_world.js to /code --- code/hello_world.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/hello_world.js diff --git a/code/hello_world.js b/code/hello_world.js new file mode 100644 index 0000000..06f320c --- /dev/null +++ b/code/hello_world.js @@ -0,0 +1 @@ +console.log("Hello, world!"); \ No newline at end of file