Sign in
pigweed
/
third_party
/
fuchsia
/
cargo-gnaw
/
refs/heads/upstream
/
.
/
tests
/
binary
/
src
/
lib.rs
blob: 5f482a8af6498416495c5d99e31d8f63bf8d48f0 [
file
] [
log
] [
blame
] [
edit
]
// 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!"
);
}