...

/

Untitled Masterpiece

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

Solution:

Rust 1.40.0
fn test() {
print!("I am learning Rust programming language");
}

Explanation

...