xref: /aosp_15_r20/external/skia/experimental/rust_cxx/hello-world.rs (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)

main()1 fn main() {
2     println!("Hello Rust!");
3     println!("Run from GN");
4 }