Started implementing node_data

This commit is contained in:
Jesse Beder
2011-09-07 00:45:28 -05:00
parent 00e4a56d15
commit a530630f1c
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;
}