main.cpp 74 Bytes
Newer Older
1
2
3
#include "yaml-cpp/yaml.h"

int main(int, char**) { YAML::Parser foo{}; }