mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 19:49:43 -05:00
fe790b1043
Issue #320
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
struct Tree {
|
|
children: List(Tree)
|
|
}
|