Skip to content

Commit

Permalink
Exercise: calculator
Browse files Browse the repository at this point in the history
Port of an older exercise with reworked structure that addresses issues I've been running into with groups in past two years.

The help text and a step by step solution promote the use of `?` as a default error handling option.

A step by step solution also mentions Rust Analyzer commands that people new to Rust would greatly benefit from.
  • Loading branch information
listochkin committed Feb 4, 2025
1 parent 9854185 commit 1b69941
Show file tree
Hide file tree
Showing 5 changed files with 876 additions and 0 deletions.
1 change: 1 addition & 0 deletions exercise-book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Fizzbuzz with match](./fizzbuzz-match.md)
- [Rust Latin](./rustlatin.md)
- [URLs, match, result](./urls-match-result.md)
- [Calculator](./calculator.md)
- [Iterators](./iterators.md)
- [SimpleDB](./simple-db.md)
- [Knowledge](./simple-db-knowledge.md)
Expand Down
Loading

0 comments on commit 1b69941

Please sign in to comment.