changed "the simplest" to "a simple" (#32506)

This commit is contained in:
J
2019-04-14 14:42:59 +10:00
committed by The Coding Aviator
parent a5bd75c9f3
commit 7a4a1de4cd

View File

@ -2,7 +2,7 @@
title: Hello World Program
---
## The simplest Hello World Program in Haskell
## A Simple Hello World Program in Haskell
```haskell
main :: IO ()
main = do