mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 20:03:14 +01:00
7 lines
59 B
D
7 lines
59 B
D
module arrays6;
|
|
|
|
void main()
|
|
{
|
|
int[4] a = [1,2,3,4];
|
|
}
|