mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Started implementing node_data
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
int main()
|
||||
{
|
||||
YAML::Value value;
|
||||
value = "Hello";
|
||||
value["key"] = "value";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user