Files
android_kernel_samsung_sm86…/samples/rust/hostprogs/a.rs
2025-02-18 16:35:45 +09:00

8 rindas
153 B
Rust
Izpildāmais fails

// SPDX-License-Identifier: GPL-2.0
//! Rust single host program sample: module `a`.
pub(crate) fn f(x: i32) {
println!("The number is {}.", x);
}