Sign in
apache
/
teaclave-crates
/
refs/heads/legacy
/
.
/
tonic
/
tests
/
stream_conflict
/
src
/
main.rs
blob: ab96cfdee3531f05231375bef7d728cdd1db5655 [
file
] [
log
] [
blame
]
mod
stream_conflict
{
tonic
::
include_proto
!(
"stream_conflict"
);
}
fn
main
()
{
println
!(
"Hello, world!"
);
}