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

Assignment:

    1. In the main.rs file
            *Create a function that accepts a number as a parameter
            *Print EVEN if the number is even
            *Else print ODD
    2. Compile and execute the project
    3. Observe the output in the Terminal

