diff --git a/index.html b/index.html index e69de29..75c7ab7 100644 --- a/index.html +++ b/index.html @@ -0,0 +1 @@ +this is feature/3 change \ No newline at end of file diff --git a/newfile.js b/newfile.js index ecfb2d2..f59df5a 100644 --- a/newfile.js +++ b/newfile.js @@ -1 +1,2 @@ -console.log("hi"); \ No newline at end of file +console.log("hi"); +// second edit \ No newline at end of file