Skip to content

Commit 0d255e6

Browse files
committed
Exercise: calculator
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.
1 parent 9854185 commit 0d255e6

File tree

5 files changed

+876
-0
lines changed

5 files changed

+876
-0
lines changed

exercise-book/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Fizzbuzz with match](./fizzbuzz-match.md)
1111
- [Rust Latin](./rustlatin.md)
1212
- [URLs, match, result](./urls-match-result.md)
13+
- [Calculator](./calculator.md)
1314
- [Iterators](./iterators.md)
1415
- [SimpleDB](./simple-db.md)
1516
- [Knowledge](./simple-db-knowledge.md)

0 commit comments

Comments
 (0)