Sign in
◑
Theme
bazel
/
continuous-integration
/
2e09259514e759f3b1bc1586b3dac09b607222e5
/
.
/
smoke_test
/
hello.cc
blob: e327b3bd406d1af7d16819827c2d91e33b0c39e3 [
file
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello from Bazel CI Smoke Test!"
<<
std
::
endl
;
return
0
;
}