Files
yaml-cpp/main.cpp
T

9 lines
110 B
C++

#include "document.h"
#include "regex.h"
int main()
{
YAML::Document doc("test.yaml");
return 0;
}