mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
8 lines
No EOL
90 B
C++
8 lines
No EOL
90 B
C++
#include "document.h"
|
|
|
|
int main()
|
|
{
|
|
YAML::Document doc("test.yaml");
|
|
|
|
return 0;
|
|
} |