From 90dd7f7394da300c4f6dae4b219cd3a11795ae86 Mon Sep 17 00:00:00 2001 From: Hamed Razizadeh Date: Fri, 16 Jan 2026 23:44:07 +0100 Subject: [PATCH 1/4] add my github account --- task-2/github-username.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-2/github-username.txt b/task-2/github-username.txt index 5eabca7..01ce364 100644 --- a/task-2/github-username.txt +++ b/task-2/github-username.txt @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 6554cc533901c837366509c865b38ab7641f3929 Mon Sep 17 00:00:00 2001 From: Hamed Razizadeh Date: Sat, 17 Jan 2026 00:33:01 +0100 Subject: [PATCH 2/4] Initial commit: create project folder structure --- task-1/project/README.md | 0 task-1/project/resources/family picture.jpg | 0 task-1/project/resources/icon.png | 0 task-1/project/resources/logo.png | 0 task-1/project/settings.conf | 0 task-1/project/src/program.java | 0 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 task-1/project/README.md create mode 100644 task-1/project/resources/family picture.jpg create mode 100644 task-1/project/resources/icon.png create mode 100644 task-1/project/resources/logo.png create mode 100644 task-1/project/settings.conf create mode 100644 task-1/project/src/program.java diff --git a/task-1/project/README.md b/task-1/project/README.md new file mode 100644 index 0000000..e69de29 diff --git a/task-1/project/resources/family picture.jpg b/task-1/project/resources/family picture.jpg new file mode 100644 index 0000000..e69de29 diff --git a/task-1/project/resources/icon.png b/task-1/project/resources/icon.png new file mode 100644 index 0000000..e69de29 diff --git a/task-1/project/resources/logo.png b/task-1/project/resources/logo.png new file mode 100644 index 0000000..e69de29 diff --git a/task-1/project/settings.conf b/task-1/project/settings.conf new file mode 100644 index 0000000..e69de29 diff --git a/task-1/project/src/program.java b/task-1/project/src/program.java new file mode 100644 index 0000000..e69de29 From a30a5d504479b0576d5e531ec1f78430fd3f3a97 Mon Sep 17 00:00:00 2001 From: Hamed Razizadeh Date: Sat, 17 Jan 2026 00:36:16 +0100 Subject: [PATCH 3/4] Update project: remove profile folder and family picture, update README.md --- task-1/project/README.md | 1 + task-1/project/resources/family picture.jpg | 0 2 files changed, 1 insertion(+) delete mode 100644 task-1/project/resources/family picture.jpg diff --git a/task-1/project/README.md b/task-1/project/README.md index e69de29..1913ca5 100644 --- a/task-1/project/README.md +++ b/task-1/project/README.md @@ -0,0 +1 @@ +Welcome to my project diff --git a/task-1/project/resources/family picture.jpg b/task-1/project/resources/family picture.jpg deleted file mode 100644 index e69de29..0000000 From d48823137b0c189941a5ccf8a26e0583bb1c4b88 Mon Sep 17 00:00:00 2001 From: Hamed Razizadeh Date: Sat, 17 Jan 2026 00:41:22 +0100 Subject: [PATCH 4/4] Convert program.java to program.js and add console.log content to program --- task-1/project/src/program.java | 0 task-1/project/src/program.js | 1 + 2 files changed, 1 insertion(+) delete mode 100644 task-1/project/src/program.java create mode 100644 task-1/project/src/program.js diff --git a/task-1/project/src/program.java b/task-1/project/src/program.java deleted file mode 100644 index e69de29..0000000 diff --git a/task-1/project/src/program.js b/task-1/project/src/program.js new file mode 100644 index 0000000..1af89d5 --- /dev/null +++ b/task-1/project/src/program.js @@ -0,0 +1 @@ +console.log('JavaScript works!');