2 lines
80 B
Ada
2 lines
80 B
Ada
type Vector is array (1..10) of Integer;
|
|
type Table is array (0..99) of Vector;
|
type Vector is array (1..10) of Integer;
|
|
type Table is array (0..99) of Vector;
|