fn main() {
let mut array: [&str; 5] = ["Python","C","Rust","Java","golang"];
println!("Estos son los lenguajes de programación que se :) {:#?}",array);
func(); // Soy muy cuidadoso en la velocidad, seguridad y optimización de la memoria :)
}
fn func() -> u32 {
let x: String = String::from("Try using Linux :)");
println!("{}",x);
return 0;
}
Popular repositories Loading
-
preguntas_programacion
preguntas_programacion PublicScript simple que resuelve preguntas de programación
Python 2
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.