Files

4 lines
74 B
C++
Raw Permalink Normal View History

2023-10-12 17:48:16 +02:00
#include "yaml-cpp/yaml.h"
int main(int, char**) { YAML::Parser foo{}; }