module pind.samples.ja.arithmetic.arithmetic_8; import std.stdio; void main() { writeln(7 / 2); }