This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
swf-projects
/
sync-it
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add basic rs file
Samuel W. Flint
hace 4 años
padre
07a94de487
commit
9f807d4fcf
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
src/main.rs
+ 3
- 0
src/main.rs
Ver fichero
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}