main.c 125 字节
Newer Older
1 2
#include "libclient.h"

H
Helin Wang 已提交
3
//#include "gtest/gtest.h"
4 5 6 7 8

int main() {
  client c = paddle_new_pserver_client(NULL);
  return 0;
}