I just started learning haskell and i dont really have too much to say, this is my code:
let issah = "issah"
main = do
putStrLn(issah)
and it shows this error:
main.hs:3:1: error:
parse error (possibly incorrect indentation or mismatched brackets)
|
3 | main = do
| ^