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