Exercise: Introduce Yourself
Explore how to write a simple Rust program that prints your name. This exercise introduces you to editing Rust functions and using Cargo projects to get you comfortable with Rust syntax and basic development tasks.
We'll cover the following...
We'll cover the following...
Problem statement
Write a code that prints “Hello, my name is <your ...