'Added excercises to Haskell'

This commit is contained in:
Arkadiusz Hypki 2024-06-03 14:28:38 +02:00
parent 4625521cb3
commit 54036290ac

3
08_Haskell/desc Normal file
View File

@ -0,0 +1,3 @@
1. Write haskell code to check if a number is prime or not
2. Generate Fibonacci numbers for a given 'n'