MercheLorenzo / Patterns-hf

Create different patterns and designs using your favorite programming language for this project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Create different patterns and designs using your favorite programming language for this project.


Languages

Language:C++ 50.9%Language:C 49.1%