This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
873dbc242181bdd77a068db2376d2d91184ce9d1
yaml-cpp
/
main.cpp
T
8 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
2008-06-25 22:45:08 +00:00
#include
"document.h"
int
main
()
{
YAML
::
Document
doc
(
"test.yaml"
);
return
0
;
}
Reference in New Issue
Copy Permalink