5 lines
75 B
Text
5 lines
75 B
Text
|
|
puts(fruit[0]);
|
||
|
|
puts(fruit[1]);
|
||
|
|
puts(fruit[END]);
|
||
|
|
fruit[END+1] = "banana";
|