Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
110a7f06a83a5f2928db2d0b4d7f6e9bf04549c6
110a7f06a83a5f2928db2d0b4d7f6e9bf04549c6
Switch branch/tag
yaml-cpp
main.cpp
Find file
Normal view
History
Permalink
main.cpp
90 Bytes
Edit
Web IDE
Newer
Older
No commit message
Jesse Beder
committed
Jun 25, 2008
1
2
3
4
5
6
7
8
#include "document.h"
int
main
()
{
YAML
::
Document
doc
(
"test.yaml"
);
return
0
;
}