fn main() {
    if 7>3{
        println!("05.01.2026");
    }
    if 9>4{
        println!("hi");
    }
    if 11>5{
        println!("Anup Kumar Tirkey is a Mechanical Engr");
    }

    let mut count = 1;
    while count <=5{
        println!("count:{}",count);
        count +=1;
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: