2 lines
99 B
Text
2 lines
99 B
Text
String[] fruits = { "Apple", "Banana", "Strawberry" };
|
|
foreach (fruit : fruits) io::printn(fruit);
|