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