let arr = [10, 20, 30, 40, 50];
println!("اولین عنصر: {}", arr[0]);
println!("سومین عنصر: {}", arr[2]);