Rust: مقدمة
ابدأ تعلم Rust مع نظرة عامة ومثال Hello World.
Rust — Introduction
Overview
Rust تركّز على الأمان والأداء؛ ممتازة للنظم وWebAssembly.
Hello World
fn main(){
println!("Hello, World!");
}
What you'll learn
- How to run Rust
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.