mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-01-18 01:11:24 +01:00
7 lines
62 B
C++
7 lines
62 B
C++
#include "cxxopts.hpp"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|