File: main.cpp

package info (click to toggle)
yaml-cpp 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,712 kB
  • sloc: cpp: 27,373; ansic: 967; python: 196; makefile: 47
file content (3 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
#include "yaml-cpp/yaml.h"

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