diff options
| author | mo8it <mo8it@proton.me> | 2024-05-25 18:19:30 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-25 18:19:30 +0200 |
| commit | beb7b24e8e9fe05cbcfaaf4676d52f63351fad16 (patch) | |
| tree | 782637ddff0e58c6fddcab257e0619768396b50f /solutions/00_intro/intro1.rs | |
| parent | 990c68efcba8e1e2b7f2d8c5b6c16885d3920010 (diff) | |
Add solutions to bins
Diffstat (limited to 'solutions/00_intro/intro1.rs')
| -rw-r--r-- | solutions/00_intro/intro1.rs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solutions/00_intro/intro1.rs b/solutions/00_intro/intro1.rs index 07d4e4f..4fe8454 100644 --- a/solutions/00_intro/intro1.rs +++ b/solutions/00_intro/intro1.rs @@ -1,2 +1,5 @@ -// The exercise `intro1` only requires entering `n` in the terminal to go to the next exercise. -// It is just an introduction to how Rustlings works. +fn main() { + // Congratulations, you finished the first exercise 🎉 + // As an introduction to Rustlings, the first exercise only required + // entering `n` in the terminal to go to the next exercise. +} |
