mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 11:53:13 +01:00
9 lines
62 B
D
9 lines
62 B
D
module arrays9;
|
|
|
|
const int[] g = [1,2,3,4];
|
|
|
|
void main()
|
|
{
|
|
|
|
}
|