Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
examples
/
hello_debian
/
rust
/
hello_debian.rs
blob: 9419ccb1d41121ca1abd5ad9bd793490edf1e41d [
file
] [
log
] [
blame
]
// Copyright 2024 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
main
()
{
println
!(
"hello debian"
);
}