{{ score }}
  # a combo command, stack build will build your project
# stack build will create a -exe file 
# stack exec -exe will run your haskell program
stack build && stack exec learning-haskell-exe