• Stars
    star
    492
  • Rank 89,173 (Top 2 %)
  • Language
    Haskell
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial

bartosz-basics-of-haskell

Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial

run

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.0.2

$ ghc sq1.hs
[1 of 1] Compiling Main             ( sq1.hs, sq1.o )
Linking sq1 ...

$ ./sq1
10