Talk:Haskell Quiz/Amazing Mazes/Solution Burton
For topBorder, why not
topBorder i = concat (replicate i "+---") ++ "+\n"
Edit this page |
View content page |
Page history |
What links here |
Related changes
For topBorder, why not
topBorder i = concat (replicate i "+---") ++ "+\n"