diff --git a/src/index.js b/src/index.js index 32ac4d0..094e814 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ console.log('hey man'); -// const k = 1; -// k = k + 1; +const k = 1; +k = k + 1; -// x.y(); \ No newline at end of file +x.y(); \ No newline at end of file