mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-02-09 21:14:57 +08:00
build library
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
// #include "common.h"
|
||||
#include "config.hpp"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <pthread.h>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
using namespace CGPROXY::CONFIG;
|
||||
|
||||
int main() {
|
||||
Config c;
|
||||
c.saveToFile("./config.json");
|
||||
return 0;
|
||||
}
|
||||
int main() { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user