From 4bceb6d8d136f686f31ac5aadade61299c97edaf Mon Sep 17 00:00:00 2001 From: Derrek Gass Date: Thu, 8 Oct 2020 12:36:04 -0700 Subject: [PATCH] hello world included --- solutions/day-01/helloworld.js | 1 + solutions/day-01/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 solutions/day-01/helloworld.js diff --git a/solutions/day-01/helloworld.js b/solutions/day-01/helloworld.js new file mode 100644 index 0000000..8c9e2c0 --- /dev/null +++ b/solutions/day-01/helloworld.js @@ -0,0 +1 @@ +console.log('Hello, World!') \ No newline at end of file diff --git a/solutions/day-01/index.html b/solutions/day-01/index.html index 135bc05..6b7e969 100644 --- a/solutions/day-01/index.html +++ b/solutions/day-01/index.html @@ -7,5 +7,6 @@ + \ No newline at end of file