	  		Spoken Tutorial
	  Spoken Tutorial is brought to you by EduPyramids
	        https://spoken-tutorial.org 
	  	
           Rust Programming Language- Ownership

Assignment:

write a program that:
1. Creates a String variable called greeting with the value "Hello, Rust!"
2. Passes it to a function takes_ownership that prints the value
3. Inside this function, remember that ownership is moved

