From fa82bf2e2dc09fcb3a1f02bac57956f24e7dd28d Mon Sep 17 00:00:00 2001 From: P Gautam <92343715+PGautam27@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:28:52 +0530 Subject: [PATCH] Create README.md --- scripts/Zodiac_Sign_Calc/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/Zodiac_Sign_Calc/README.md diff --git a/scripts/Zodiac_Sign_Calc/README.md b/scripts/Zodiac_Sign_Calc/README.md new file mode 100644 index 0000000..6dea1ea --- /dev/null +++ b/scripts/Zodiac_Sign_Calc/README.md @@ -0,0 +1,3 @@ +#Zodiac Sign Calculator + +It takes in the birth month and the day as the input. It then computes it and prints the zodiac sign.