mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 20:03:14 +01:00
7 lines
73 B
D
7 lines
73 B
D
module arrays10;
|
|
|
|
void main()
|
|
{
|
|
int[] a = new int[10];
|
|
a[] = 3;
|
|
} |