diff --git a/README.md b/README.md index e22bed5..8d24df5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # test-project -Test repository \ No newline at end of file +Test repository## Getting Started +## Getting Started diff --git a/app.js b/app.js new file mode 100644 index 0000000..3451e9b --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +console.log('Hello World');