Let's build a code in C to print any type of pattern.
Welcome to Pattern Printer in C! ๐
This is an open-source repository initiated by Anirban Dey to build a collaborative collection of C programs that generate creative patterns (stars, numbers, shapes, and more you can think of). Whether you're a beginner exploring loops or an expert optimizing algorithms, your contributions are valued here!
๐ About Me (Project Maintainer) Hi! Iโm Anirban Dey, a passionate programmer and open-source enthusiast. I created this project to encourage developers to experiment with pattern logic while contributing to a shared codebase. Letโs learn and build together!
๐ Connect with me:
- GitHub
- LinkedIn www.linkedin.com/in/anirban-dey-654060224
โจ Project Features
-
Generate diverse patterns (pyramids, diamonds, spirals, etc.).
-
Clean, modular, and well-commented code.
-
MIT Licensed โ open for all skill levels!
๐ How to Contribute
-
Fork the repo.
-
Add your pattern in a new .c file (e.g., heart_pattern.c).
-
Test locally, then submit a Pull Request.