chore: migration of haskell

pull/225/head^2
Ming Tsai 2021-04-17 21:47:53 -04:00
parent 8ca052d2c7
commit 7dcd3f9fc5
4 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1,6 @@
# Haskell
## Strings
1. [Palindrome Check](strings/palindrome.hs)
2. [All subsequences](strings/sequence.hs)

View File

@ -15,8 +15,4 @@
1. [Palindrome Check](rust/palindrome/README.md)
### Haskell
1. [Palindrome Check](haskell/palindrome.hs)
2. [All subsequences](haskell/sequence.hs)