/rust-concatenate-string

A simple string concatenation with Rust

Primary LanguageRust

Rust Programming for Smart Contract Development

Task: Implement a basic program that uses ownership concepts

Task Details

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

rust-concatenate-string