codinasion icon indicating copy to clipboard operation
codinasion copied to clipboard

Write a Haskell program to print diamond pattern

Open harshraj8843 opened this issue 2 years ago • 1 comments

Description

Write a Haskell program to print diamond pattern

Input  : 5

Output : 
    *
   ***
  *****
 *******
*********
 *******
  *****
   ***
    *
How to contribute
  • Save the solution in program/print_diamond_pattern.hs file
  • Add print_diamond_pattern.hs file in print-diamond-pattern folder

harshraj8843 avatar Oct 16 '22 16:10 harshraj8843

!assign

Hsanchez9711 avatar Oct 27 '22 07:10 Hsanchez9711