summaryrefslogtreecommitdiff
path: root/tests/projects/c++/protobuf/src/main.cpp
blob: 1e7830c171997195624080fae5e068cce216210a (plain)
1
2
3
4
5
6
7
8
9
10
#include <iostream>
#include "test.pb.h"

using namespace std;

int main(int argc, char** argv)
{
    cout << "hello world!" << endl; 
    return 0;
}