import Debug.Trace i = 3.0 main :: IO ()main = traceShow i $ putStrLn "Hello world"
Standard input is empty
Hello world
3.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!