From 1e6c59b4e595a116e1be47553322c6a353871abd Mon Sep 17 00:00:00 2001 From: Ramendra bharadwaj <56904422+bh-ramendra@users.noreply.github.com> Date: Fri, 29 May 2020 17:41:12 +0530 Subject: [PATCH] Update Let and Const.js --- Day 01/Let and Const.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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