RUST مرجع: Rust Introduction
مرجع سريع لـ Rust Introduction.
مرجع RUST — Rust Introduction
ملخص سريع عن Rust Introduction مع صياغة ومثال.
الصياغة
fn main(){}
مثال
fn main(){
println!("Hello Rust");
}
مرجع سريع لـ Rust Introduction.
ملخص سريع عن Rust Introduction مع صياغة ومثال.
fn main(){}
fn main(){
println!("Hello Rust");
}