From cf71e172ca8a273f465d4ee3a6ab8b686c27b5e0 Mon Sep 17 00:00:00 2001 From: temp Date: Mon, 8 Jan 2018 17:26:02 -0500 Subject: [PATCH] Eric Hech's first submission. --- script.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 script.js diff --git a/script.js b/script.js new file mode 100644 index 0000000..dc01d19 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log('hello world!'); \ No newline at end of file