summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdk/files/rust/hello/src/main.rs
blob: a06c03f82ae5a51c5672bf356508a7bc276d7a0a (plain)
1
2
3
fn main() {
    println!("Hello, OpenEmbedded world!");
}