value.cpp 83 Bytes
Newer Older
1
2
3
4
5
6
7
8
#include "yaml-cpp/value/value.h"

int main()
{
	YAML::Value value;
	
	return 0;
}