Exercise: Introduce Yourself
Let's go through what you’ve learned in this chapter.
We'll cover the following
Problem statement
Write a code that prints “Hello, my name is <your name>” in Rust. For example: “Hello, my name is Herbert.”
Coding challenge
You’ll write code to print your name in the following project. The hello_name
project has already been created. Let’s edit the main
function:
Get hands-on with 1400+ tech skills courses.