7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
Tree("Root") {
|
||
|
Composite (Marathon) {
|
||
|
Test.CountToNumber("a", 3)
|
||
|
Test.CountToNumber("b", 5)
|
||
|
Test.CountToNumber("c", 4)
|
||
|
}
|
||
|
}
|