hola :: String -> Stringhola x = "Hola " ++ x main = do print( hola("Julian") )
Standard input is empty
"Hola Julian"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!