import std.stdio : writeln; void main() { writeln(cast(dchar) uint.max); }