Started implementing node_data

This commit is contained in:
beder
2011-09-07 00:45:28 -05:00
parent 555cfae28d
commit a07642f156
8 changed files with 68 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
int main()
{
YAML::Value value;
value = "Hello";
value["key"] = "value";
return 0;
}