Advertisement
31ph4n70m

reverse_string.hs

Nov 19th, 2019
899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Haskell solution to codeabbey challenge 30
  2. s = "on fare supper off shelf jeopardy about cactus"
  3. t = reverse s :: String
  4. main = putStrLn t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement