module pind.samples.ja.slices.slices_8; import std.stdio; void main() { int[][] s = new int[][](2, 3); writeln(s); }