diff --git a/exercises/wordy/HINTS.md b/exercises/wordy/HINTS.md new file mode 100644 index 000000000..10e325f38 --- /dev/null +++ b/exercises/wordy/HINTS.md @@ -0,0 +1,3 @@ +## Hints + +This is a perfect opportunity to learn some Attoparsec or Parsec! diff --git a/exercises/wordy/test/Tests.hs b/exercises/wordy/test/Tests.hs index ecebe9bcf..26438be95 100644 --- a/exercises/wordy/test/Tests.hs +++ b/exercises/wordy/test/Tests.hs @@ -7,8 +7,6 @@ import Test.Hspec.Runner (configFastFail, defaultConfig, hspecWith) import WordProblem (answer) --- This is a perfect opportunity to learn some Attoparsec or Parsec! - main :: IO () main = hspecWith defaultConfig {configFastFail = True} specs