diff --git a/README.md b/README.md index c6f77c6..e7619b9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ testing out review comments stuff some changes +change diff --git a/app.js b/app.js index d11fe78..cd0c19f 100644 --- a/app.js +++ b/app.js @@ -1 +1,4 @@ console.log('stuff'); +function add(a,b){ + console.log('stuff'); +} diff --git a/feature.js b/feature.js new file mode 100644 index 0000000..aae0a27 --- /dev/null +++ b/feature.js @@ -0,0 +1 @@ +console.info('hey'); diff --git a/index.js b/index.js index 0553e28..98507fa 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -some index.js +console.log('hey');