Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
lu
/
lp
espejo de
git://github.com/heyLu/lp
Vigilar
1
Destacar
0
Fork
0
Código
Incidencias
0
Commits
472
Releases
1
Wiki
Explorar el Código
variable bindings
Lucas Stadler
%!s(int64=10) %!d(string=hace) años
padre
69371544e5
commit
956b8ad436
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
rust/book/src/main.rs
+ 3
- 0
rust/book/src/main.rs
Ver fichero
@ -1,3 +1,6 @@
1
1
fn main() {
2
let x = 5;
3
2
4
println!("Hello, World!");
5
println!("THE number is {}", x);
3
6
}