fork download
  1. import Char
  2. main = print $ map ord ['А', 'Я', 'Ё', 'а', 'я', 'ё']
  3.  
Success #stdin #stdout 0.01s 3596KB
stdin
Standard input is empty
stdout
[1040,1071,1025,1072,1103,1105]