Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Haskell solution to codeabbey challenge 30
- s = "on fare supper off shelf jeopardy about cactus"
- t = reverse s :: String
- main = putStrLn t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement