Basic Variable Assignment
Write a program that stores the text codewa.rs in a variable called name.
Then print the value of name.
Input
There is no input.
Output
Output exactly:
codewa.rs
Sample Input
There is no input.
Sample Output
codewa.rs
Code Requirement
Your code must use a variable called name.
Comments