Files
mongo/buildscripts/bazel_testbuilds/unit_test.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
141 B
C++
Raw Normal View History

// C++ compilation file used for testing bazel compilation.
#include <iostream>
int main() {
printf("Hello World!\n");
return 0;
}