module pind.samples.ja.arithmetic.arithmetic_9; import std.stdio; void main() { writeln(10 % 6); }