1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-08-19 16:33:36 -04:00

Merge pull request from apogeeoak/intro

feat(intro): Proposal to add successfully compiling exercise as the first exercise.
This commit is contained in:
diannasoreil 2022-02-04 15:26:15 +01:00 committed by GitHub
commit 4cde788d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 6 deletions
exercises/variables

View file

@ -1,10 +1,6 @@
// variables1.rs
// Make me compile! Execute the command `rustlings hint variables1` if you want a hint :)
// About this `I AM NOT DONE` thing:
// We sometimes encourage you to keep trying things on a given exercise,
// even after you already figured it out. If you got everything working and
// feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
// Make me compile!
// Execute the command `rustlings hint variables1` if you want a hint :)
// I AM NOT DONE