From 493a3083a112360f152eb144a066273c752ef853 Mon Sep 17 00:00:00 2001 From: Oo0ff Date: Wed, 18 Feb 2026 20:17:53 +0400 Subject: [PATCH] Update README with personal note --- docs/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 63f8727939..f69488a40f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,10 +1,17 @@ # Math formulas + ## Area -- Circle: S = πR² -- Rectangle: S = ab -- Square: S = a² + +* Circle: S = πR² +* Rectangle: S = ab +* Square: S = a² ## Perimeter -- Circle: P = 2πR -- Rectangle: P = 2a + 2b -- Square: P = 4a \ No newline at end of file + +* Circle: P = 2πR +* Rectangle: P = 2a + 2b +* Square: P = 4a + # My contribution + +This file was modified by \[Oo0ff] as part of the Git course. +