mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 02:58:44 -06:00
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
struct Tree {
|
|
children: List(Tree)
|
|
}
|