MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!
BSD 3-Clause "New" or "Revised" License
166 stars 25 forks source link

Other commands #20

Closed jhb563 closed 3 years ago

jhb563 commented 3 years ago

Adds implementation for several new commands

These commands include:

  1. list - Give a list of all the exercises in the program
  2. hint - Provide a hint for a particular exercise
  3. version - Print the current version number
  4. help - Provide output to give the correct commands

Also add some assorted changes to get project file up to date with version and maintainer information.