memgraph/poc/example.cpp
Mislav Bradac cbe6648eb8 Migrate command line args to gflgs in tests
Summary: Some other minor cleanups

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D523
2017-07-06 13:54:12 +02:00

7 lines
111 B
C++

#include <iostream>
int main() {
std::cout << "Proof of concept binary example" << std::endl;
return 0;
}