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