diff --git a/Day 01/Let and Const.js b/Day 01/Let and Const.js index d2c065b..da6d620 100644 --- a/Day 01/Let and Const.js +++ b/Day 01/Let and Const.js @@ -7,4 +7,6 @@ function main() { console.log(PI * r * r); // Print the perimeter of the circle: console.log(PI * 2 * r); -} + + +// last close bracket won't come