module pind.samples.ja.arithmetic.arithmetic_17; import std.stdio; void main() { writeln(10 / 9 * 9); }