Up to 9000

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
main = do
str <- return "24"
putStr str
putStr (map (+1) str)​

I think that would work, at least. Too lazy to check.