chore: migration of haskell
parent
8ca052d2c7
commit
7dcd3f9fc5
|
@ -0,0 +1,6 @@
|
||||||
|
# Haskell
|
||||||
|
|
||||||
|
## Strings
|
||||||
|
|
||||||
|
1. [Palindrome Check](strings/palindrome.hs)
|
||||||
|
2. [All subsequences](strings/sequence.hs)
|
|
@ -15,8 +15,4 @@
|
||||||
|
|
||||||
1. [Palindrome Check](rust/palindrome/README.md)
|
1. [Palindrome Check](rust/palindrome/README.md)
|
||||||
|
|
||||||
### Haskell
|
|
||||||
|
|
||||||
1. [Palindrome Check](haskell/palindrome.hs)
|
|
||||||
2. [All subsequences](haskell/sequence.hs)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue