From 9879b52a49450811ee21fc184f1fc2568a2db100 Mon Sep 17 00:00:00 2001 From: amrmohamedmarzok Date: Fri, 10 Oct 2025 13:12:53 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Create=20=E2=9D=A4=EF=B8=8F=20POP=20?= =?UTF-8?q?=E2=9D=A4=EF=B8=8F=20=F0=9F=91=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...44\357\270\217 POP \342\235\244\357\270\217 \360\237\221\215" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\342\235\244\357\270\217 POP \342\235\244\357\270\217 \360\237\221\215" diff --git "a/\342\235\244\357\270\217 POP \342\235\244\357\270\217 \360\237\221\215" "b/\342\235\244\357\270\217 POP \342\235\244\357\270\217 \360\237\221\215" new file mode 100644 index 0000000..e10e455 --- /dev/null +++ "b/\342\235\244\357\270\217 POP \342\235\244\357\270\217 \360\237\221\215" @@ -0,0 +1 @@ +Pop1 From 5092f96e96a60687f50c659665d5d0c88f211cf7 Mon Sep 17 00:00:00 2001 From: amrmohamedmarzok Date: Fri, 10 Oct 2025 13:25:50 +0300 Subject: [PATCH 2/2] Create devcontainers json --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}