cbe6648eb8
Summary: Some other minor cleanups Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D523
7 lines
111 B
C++
7 lines
111 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Proof of concept binary example" << std::endl;
|
|
return 0;
|
|
}
|