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