Haskell: Introduction
Start learning Haskell with a quick overview and Hello World.
Haskell — Introduction
Overview
This is a starter page for Haskell.
Hello World
main = putStrLn "Hello, World!"
What you'll learn
- How to run Haskell
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.