2420
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Aug 19, 2016 #2,424 2423 WHO DARED TO PING ME!?! (I actually don't care )
Someone Else 37 Forum Addict Feb 10, 2013 1,876 1,440 168 Aug 20, 2016 #2,434 char n = '3'; putchar(n - 1); putchar(n + 1); putchar(n); putchar(n);
Someone Else 37 Forum Addict Feb 10, 2013 1,876 1,440 168 Aug 21, 2016 #2,436 main = do str <- return "24" putStr str putStr (map (+1) str) I think that would work, at least. Too lazy to check.
main = do str <- return "24" putStr str putStr (map (+1) str) I think that would work, at least. Too lazy to check.