Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.32 KB

Patterns project for Hacktoberfest

Create different patterns and designs using your favourite programming language weather it be a square pattern, star pattern, diamond or anything of your choice and include some details in comments so as to the user can comprehend. Contribution guidelines below.

Contribution Guidelines🏗

First of all, Create a new folder if you want to add shape. Some Examples:

PYRAMID

        *    
       ***   
      *****  
     ******* 
    *********

SQUARE

    A B C D E
    A B C D E
    A B C D E
    A B C D E
    A B C D E

TRIANGLE

    * 
    * * 
    * * * 
    * * * * 
    * * * * * 

Resources

It'll be counted as your contribution to open source and for hacktoberfest in the month of october! Thanks for coming!
Do star it & follow my github if you liked the project and for tons of other projects!