mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
This commit is contained in:
parent
bb55b0ba91
commit
110a7f06a8
6 changed files with 93 additions and 0 deletions
8
main.cpp
Normal file
8
main.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "document.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
YAML::Document doc("test.yaml");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue