void main() { string[] fruit = {"apple", "orange"}; stdout.printf("%d\n", fruit.length); }