codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a Haskell program to print elements of an array #4122

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Haskell program to print elements of an array

Input  : [1, 2, 3, 4, 5]
Output : 1 2 3 4 5
How to contribute - Save the solution in `print_elements_of_an_array.hs` file - Add `print_elements_of_an_array.hs` file in `program/print-elements-of-an-array` folder
Amirth24 commented 1 year ago

!assign

Amirth24 commented 1 year ago

I've already given the solution in codinasion/program#7101. Please close the issue