From 76cae41fb70ce15bbce198955b1831c4a68449f1 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 8 Dec 2025 07:40:52 +0000 Subject: [PATCH] Added app.js and updated README --- README.md | 3 ++- app.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 app.js 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');