mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
8 lines
90 B
C++
8 lines
90 B
C++
#include "document.h"
|
|
|
|
int main()
|
|
{
|
|
YAML::Document doc("test.yaml");
|
|
|
|
return 0;
|
|
} |