Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-101
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
rust-101
Commits
873bc8c4
Commit
873bc8c4
authored
1 year ago
by
Michaël El Kharroubi
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_rustlings' into 'main'
Add rustlings See merge request
!65
parents
ffd7201c
19732d48
Branches
Branches containing commit
No related tags found
1 merge request
!65
Add rustlings
Pipeline
#29458
passed
1 year ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
book/src/part08.md
+5
-0
5 additions, 0 deletions
book/src/part08.md
with
5 additions
and
0 deletions
book/src/part08.md
+
5
−
0
View file @
873bc8c4
...
@@ -12,6 +12,7 @@ Les concepts abordés dans cet exemple sont:
...
@@ -12,6 +12,7 @@ Les concepts abordés dans cet exemple sont:
-
[
Fonction d'ordre supérieur
](
#fonction-dordre-supérieur
)
-
[
Fonction d'ordre supérieur
](
#fonction-dordre-supérieur
)
-
[
Closures
](
#closures
)
-
[
Closures
](
#closures
)
-
[
Exemples d'utilisation avec les options
](
#exemples-dutilisation-avec-les-options
)
-
[
Exemples d'utilisation avec les options
](
#exemples-dutilisation-avec-les-options
)
-
[
Rustlings
](
#rustlings
)
## Documentation
## Documentation
...
@@ -230,3 +231,7 @@ Ici, nous avons 2 étapes :
...
@@ -230,3 +231,7 @@ Ici, nous avons 2 étapes :
-
Sinon si l'
`max_val`
contient une valeur, on affiche
-
Sinon si l'
`max_val`
contient une valeur, on affiche
un message qui annonce que le maximum est paire.
un message qui annonce que le maximum est paire.
-
Sinon,
`max_val`
est
`None`
et donc il n'y a pas de maximum.
-
Sinon,
`max_val`
est
`None`
et donc il n'y a pas de maximum.
## Rustlings
Il n'y a pas de rustlings à faire dans ce chapitre.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment