From bf7ee43b140e19e55588e068355265efff35c3b3 Mon Sep 17 00:00:00 2001 From: IrinaGoldFish <46591357+IrinaGoldFish@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:56:05 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 828cb57..d711e06 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ - Circle: P = 2πR - Rectangle: P = 2a + 2b - Square: P = 4a + +- +## Perimeter From 59a4e17245b934c373ff6063481e5382f082c5d2 Mon Sep 17 00:00:00 2001 From: IrinaGoldFish <46591357+irinagoldfish@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:56:05 +0200 Subject: [PATCH 2/2] Update README.md --- .idea/.gitignore | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index 828cb57..d711e06 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ - Circle: P = 2πR - Rectangle: P = 2a + 2b - Square: P = 4a + +- +## Perimeter