Zig-zag matrix: Difference between revisions

m
(→‎{{header|MiniZinc}}: Improve output layout)
Line 1,415:
=={{header|Elena}}==
{{trans|C#}}
ELENA 45.x0:
<lang elena>import extensions;
Line 1,422:
zigzagMatrix()
{
auto result := new IntMatrix.allocate(self, self);
int i := 0;
Anonymous user