Task: Implement a basic program that uses ownership concepts
In this task, students will create a simple Rust program that demonstrates the concepts of ownership, borrowing, and references. The program will take two strings as input, concatenate them, and then print the result without violating any ownership rules.# rust-concatenate-string