This website works better with JavaScript.
Home
Explore
Help
Sign In
Patrick
/
RustEn8Etapes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Version 0.2
master
Patrick Foubet
1 year ago
parent
2012e21c3f
commit
21ae78b142
2 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
etape1/ex1_1.rs
+6
-0
etape1/ex1_2.rs
+ 3
- 0
etape1/ex1_1.rs
View File
@@ -0,0 +1,3 @@
fn main() {
println ! ("Bonjour, monde !") ;
}
+ 6
- 0
etape1/ex1_2.rs
View File
@@ -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.
*/
}
Write
Preview
Loading…
Cancel
Save