4 lines
83 B
Vala
4 lines
83 B
Vala
|
|
void main() {
|
||
|
|
stdout.printf("%d\n", new string[] {"apples", "orange"}.length);
|
||
|
|
}
|