...

/

Solution Review 1: Display Output

Solution Review 1: Display Output

This lesson gives a detailed solution review of the challenge in the previous lesson.

We'll cover the following...

Solution:

Press + to interact
fn test() {
print!("I am learning Rust programming language");
}

Explanation

...