From 0880efa940f95971254db7008d5a761bf7758695 Mon Sep 17 00:00:00 2001 From: SunJieMing Date: Mon, 8 Jan 2018 15:17:50 -0800 Subject: [PATCH] My 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..a420803 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log('Hello World!');