コード例 #1
0
ファイル: rpc_proxy.cpp プロジェクト: songhtdo/vespa
int
main(int argc, char **argv)
{
    App app;
    return app.Entry(argc, argv);
}