1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-27 08:15:40 +02:00
comprehensive-rust/src/exercises/day-2/solutions-morning.md
Frances Wingerter d3a90373b0
Reorder material on first two days (#913)
- Morning of Day 1 still introduces the language and its high-level
goals/value proposition, and starts with the built-in data types Rust
provides, and how you define a function. 
- Afternoon of Day 1 gets a front loading of the basic control flow
structures in Rust but not the more exotic ones.
- The exercises for day 1 afternoon will be the Luhn algorithm (where we
can match on digits and enums such as `Option`.
- Morning of day 2 still has discussion of memory management.

Fixes #510.

---------

Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-08-25 17:42:31 +02:00

131 B

Day 2 Morning Exercises

Designing a Library

(back to exercise)

{{#include book-library.rs}}