1
2
3
4
5
pub fn welcome()
{
    println!("This is testing my first library crate");
    println!("PIAIC Batch IOT 3");
}