Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 443 Bytes

File metadata and controls

13 lines (9 loc) · 443 Bytes

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