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
main = do
str <- return "24"
putStr str
putStr (map (+1) str)​

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