From 23fce733bde40bca8a18256f803b26415bd71fbc Mon Sep 17 00:00:00 2001 From: bochard Date: Mon, 14 Apr 2025 19:55:11 +0800 Subject: [PATCH] added readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32ea96a --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +### circle + +base from the given radius, it calculates the circumference, area, and the volume of a circle. + +*(practice with php)* \ No newline at end of file -- 2.39.5