mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
9 lines
110 B
C++
9 lines
110 B
C++
#include "document.h"
|
|
#include "regex.h"
|
|
|
|
int main()
|
|
{
|
|
YAML::Document doc("test.yaml");
|
|
|
|
return 0;
|
|
} |