import std.stdio; void main() { auto Δ = 1; Δ++; writeln(Δ); }