diff --git a/solutions/day-01/exercise1.js b/solutions/day-01/exercise1.js index fdf3106..63fb5ba 100644 --- a/solutions/day-01/exercise1.js +++ b/solutions/day-01/exercise1.js @@ -27,4 +27,6 @@ console.log(emptyArr) const moreThan5 = Array(6) console.log(moreThan5) -console.log(moreThan5.length) \ No newline at end of file +console.log(moreThan5.length) + +// day-02 \ No newline at end of file