mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
57b72204be
Level 01 : Absolute Starting Point - possibly too basic Level 02 : Start specifying an application and filling it out - needs more detail about the spec we're trying to build README adjustments.
3 lines
46 B
Haskell
3 lines
46 B
Haskell
import Distribution.Simple
|
|
main = defaultMain
|