Sign in
pigweed
/
third_party
/
fuchsia
/
cargo-gnaw
/
8ef41dbfb1855d7d4faa0af59f253d9d6a6efada
/
.
/
tests
/
binary_with_tests
/
src
/
lib.rs
blob: 5f482a8af6498416495c5d99e31d8f63bf8d48f0 [
file
] [
log
] [
blame
]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
fn
some_fn
()
{
println
!(
"Hello, world!"
);
}