Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Patrick
/
RustEn8Etapes
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Version 0.21
master
Patrick Foubet
hace 1 año
padre
21ae78b142
commit
6f14c1f28b
Se han
modificado 2 ficheros
con
10 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
annexe/exA_1.rs
+5
-0
annexe/exA_2.rs
+ 5
- 0
annexe/exA_1.rs
Ver fichero
@@ -0,0 +1,5 @@
fn main() {
let check : bool = true ; // suppose que c'est vrai
assert ! (check == true) ; // vérifier l'erreur
println ! ("{}", check) ;
}
+ 5
- 0
annexe/exA_2.rs
Ver fichero
@@ -0,0 +1,5 @@
fn main() {
let check : bool = false ; // suppose que c'est faux
assert ! (check == true) ; // vérifier l'erreur
print ! ("{}", check) ;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar