import std.stdio; void main() { ["apple", "orange"].length.writeln; }