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!
added new loop that takes in integer n as input and prints out n rows of stars. 🍉 for eg. input 3 output . . . . . .