mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
9 lines
No EOL
110 B
C++
9 lines
No EOL
110 B
C++
#include "document.h"
|
|
#include "regex.h"
|
|
|
|
int main()
|
|
{
|
|
YAML::Document doc("test.yaml");
|
|
|
|
return 0;
|
|
} |