mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 11:15:25 -04:00
8 lines
90 B
C++
8 lines
90 B
C++
#include "document.h"
|
|
|
|
int main()
|
|
{
|
|
YAML::Document doc("test.yaml");
|
|
|
|
return 0;
|
|
} |