From 0e6c7ebc4bf8ba11c05ad9c155c3901fc9bbb223 Mon Sep 17 00:00:00 2001 From: Smithface Date: Mon, 8 Jan 2018 17:03:20 -0500 Subject: [PATCH] Initial commit --- 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