vaishalijain3456 / Hacktober_2021

Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
10 stars 45 forks source link

added new loop. #110

Closed Srayash closed 1 month ago

Srayash commented 1 month ago

added new loop that takes in integer n as input and prints out n rows of stars. 🍉 for eg. input 3 output . . . . . .