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
873dbc242181bdd77a068db2376d2d91184ce9d1
873dbc242181bdd77a068db2376d2d91184ce9d1
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
;
}