main()1 fn main() {
2     println!("Hello, OpenEmbedded world!");
3 }
4