Compilation error, for more details use the verify button before submitting.
However, verify succeeds and I am pretty sure there is no mistake in the code. For example the following code for the 'barrel' problem:
- Code: Select all
module Main where
main = do putStrLn "welcome to codercharts\nwhere programmers unite"
