import std.stdio; int main() { auto fruit = ["apple", "orange"]; fruit.length.writeln; return 0; }