File: link_a.cpp

package info (click to toggle)
cxxopts 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: cpp: 17,274; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#include "cxxopts.hpp"

int main(int, char**)
{
  return 0;
}