yaml-cpp/main.cpp

8 lines
90 B
C++
Raw Normal View History

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