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