Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/samples/rust/hostprogs/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 158 B image not shown  

Quelle  single.rs   Sprache: unbekannt

 
// SPDX-License-Identifier: GPL-2.0

//! Rust single host program sample.

mod a;
mod b;

fn main() {
    println!("Hello world!");

    a::f(b::CONSTANT);
}

[ zur Elbe Produktseite wechseln0.19Quellennavigators  Analyse erneut starten  ]