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