mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-05 07:08:23 +08:00
9 lines
72 B
INI
9 lines
72 B
INI
; comment
|
|
|
|
[foo] ; section
|
|
bar=1 ; name=value
|
|
|
|
[bar]
|
|
name = Bob
|
|
age: 42
|