On Wednesday, 24 November 2021 at 04:48:46 UTC, Alexey wrote: > writefln(0x"%c (%1$x %1$d) is inputed", c); sorry: ```diff 10c10 < writefln(0x"%c (%1$x %1$d) is inputed", c); --- > writefln("%c (0x%1$x %1$d) is inputed", c); ```