This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# Build
|
|
|
|
`ghc hello-world.hs`
|
|
|
|
# Run
|
|
|
|
`runghc hello-world.hs`
|
|
|
|
# Run interactively
|
|
```
|
|
ghci
|
|
ghci> :load hello-world.hs
|
|
ghci> main
|
|
```
|