Experiment with Haskell language during PFONC course. https://www.haskell.org/

DricomDragon e27b68d87c Add elementary ghc usages vor 5 Jahren
.gitignore 699f3de6df Add the t1 executable in gitignore vor 5 Jahren
LICENSE 7bd6ed4fd6 Initial commit vor 5 Jahren
README.md e27b68d87c Add elementary ghc usages vor 5 Jahren
t1.hs 2f4a6c4636 Modify fibonacci to be terminal vor 5 Jahren

README.md

HaskellPlayground

Experiment with Haskell language.

Compile

ghc mymainfile

Interactive

ghci mymainfile