yaml-cpp/main.cpp

9 lines
110 B
C++
Raw Normal View History

2008-06-26 02:45:08 +04:00
#include "document.h"
#include "regex.h"
2008-06-26 02:45:08 +04:00
int main()
{
YAML::Document doc("test.yaml");
return 0;
}