-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated chapter_2.yaml, adding Destructuring lessons followin match #24
base: master
Are you sure you want to change the base?
Updated chapter_2.yaml, adding Destructuring lessons followin match #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Te rog adauga pentru tot ce se poate si pune si exemple.
…are avand sectiune de cod cu exemple
Am dat commit cu schimbarile cerute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Te rog foloseste link-ul embedd code in loc de share link.
Astfel codul va fi pastrat in fisierul din repository si nu va depinde de baza de date a Rust Playground.
De exemplu:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send this to upstream and put a link to it here.
Make sure you describe your pull request in English. |
Si cum te numesti? |
Lucan Stefan 322 CD. O sa fac si versiunea in romana dupa examenul de maine (daca mai puteti puncta dupa). |
Te rog sa o faci. |
I have added some new lessons after match, since match mentioned Destructuring and it mentioned it's importance. So I added the 4 cases in which destructuring is used after match.