mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-23 13:02:30 +00:00
17 lines
169 B
YAML
17 lines
169 B
YAML
list:
|
|
- TWO
|
|
- THREE
|
|
list2:
|
|
- SEVEN
|
|
- EIGHT
|
|
map1:
|
|
three: THREE
|
|
four: FOUR
|
|
five: FIVE
|
|
map2:
|
|
six: SIX
|
|
string:
|
|
two: two
|
|
three: three
|
|
six: six
|
|
double: 1 |