From 5a72b2016ec8b6bc41cfc86f853844afa93e41f3 Mon Sep 17 00:00:00 2001 From: dudeFromTheInternet Date: Tue, 20 Feb 2024 19:29:19 +0500 Subject: [PATCH 1/2] Task done --- .idea/.gitignore | 5 +++++ .idea/hello-world.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ index.js | 2 +- 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/hello-world.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/hello-world.iml b/.idea/hello-world.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/hello-world.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c0f6ad1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.js b/index.js index a50e789..28b4eb7 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("hello world!"); +console.log("hello Ilya, Andrey!"); From 1d62a3b7fe31d4383d271c8582f608c07f5f1c8f Mon Sep 17 00:00:00 2001 From: n1gtm <40951780+gx56q@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:38:26 +0500 Subject: [PATCH 2/2] Task Done --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 28b4eb7..c66e61b 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("hello Ilya, Andrey!"); +console.log("hello Ilya, Andrey!!!");