Przeglądaj źródła

Version 0.2

master
Patrick Foubet 1 rok temu
rodzic
commit
21ae78b142
2 zmienionych plików z 9 dodań i 0 usunięć
  1. +3
    -0
      etape1/ex1_1.rs
  2. +6
    -0
      etape1/ex1_2.rs

+ 3
- 0
etape1/ex1_1.rs Wyświetl plik

@@ -0,0 +1,3 @@
fn main() {
println ! ("Bonjour, monde !") ;
}

+ 6
- 0
etape1/ex1_2.rs Wyświetl plik

@@ -0,0 +1,6 @@
fn main() { // définit une fonction nommée main
println ! ("Bonjour, monde ! ") ;
/* println!( ) est une commande utilisée pour afficher du contenu ou du texte.
Les commentaires sont toujours ignorés par le compilateur.
*/
}

Ładowanie…
Anuluj
Zapisz