Welcome to yjlom's Personal Website
Hi, I'm Lina (aka yjlom).
Welcome here!
{-# LANGUAGE OverloadedStrings #-}
-- marvel at Haskell transput so I can test this page
import Data.Text (Text)
import qualified Data.Text.IO as TP
greet :: Text -> IO ()
greet t =
TP.PutStrLn $ "\aHello, " <> t