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


Assignment:

fn main() {
  l
  let y: u32 = - 200;

 println!("Integer: {}", y);

}
    1. Run the above program
    2. Analyse the error and correct the program
