1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-31 11:01:46 +02:00

Mention Rust Fundamentals on Day 1 welcome (#1034)

Conceptually, I'm now thinking of Day 1 to Day 3 as belonging to "Rust Fundamentals", which together with the deep dives make up what we call "Comprehensive Rust".
This commit is contained in:
Martin Geisler 2023-07-26 17:11:52 +02:00 committed by GitHub
parent e99df4ae5a
commit 785eb7cdf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Welcome to Day 1
This is the first day of Comprehensive Rust. We will cover a lot of ground
This is the first day of Rust Fundamentals. We will cover a lot of ground
today:
* Basic Rust syntax: variables, scalar and compound types, enums, structs,