7 lines
75 B
D
7 lines
75 B
D
|
|
import std.stdio;
|
||
|
|
|
||
|
|
void main()
|
||
|
|
{
|
||
|
|
["apple", "orange"].length.writeln;
|
||
|
|
}
|