module pind.samples.ja.arithmetic.arithmetic_10; import std.stdio; void main() { writeln(3 ^^ 4); }