# Build `ghc hello-world.hs` # Run `runghc hello-world.hs` # Run interactively ``` ghci ghci> :load hello-world.hs ghci> main ```