fn main() {
    println!("Hi");
    if 9>4{
        println!("Anup Kumar Tirkey is a Mechanical Engr.");
    }
    if 7>4{
        println!("09.01.2026");
        }
    if 11>5{
        println!("praise the lord.");
    }
    if 16>9{
        println!("16.01.2026");
    }
    if 5>3{
        println!("Anup Kumar Tirkey is a Mechanical Engr.");
        }
    if 9>4{
        println!("20.01.2026");
    }
    if 12>4{
        println!("today is tuesday");
    }
}

Embed on website

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