New paste Repaste Download
import Text.Printf
questionOne :: String -> String
questionOne answer =
  case answer of
     "good" -> "thats great, "
     "bad" -> "aww. I hope it gets better, "
     "alright" -> "thats good. Glad its not worse, "
     "better" -> "I'm glad, "
     _ -> "don't wanna answer. huh, "
main :: IO ()
main = do
     printf "please enter your first name"
     name <- getLine
     printf $ "hello " ++ name ++ "! how are you todays?"
     answer <- getLine
     printf $ questionOne  answer ++ name ++"."
Filename: newGame.hs. Size: 505b. View raw, , hex, or download this file.

This paste expires on 2025-02-03 03:34:57.855249. Pasted through v1-api.