fn main() {
    println!("Hi");
    println!("Anup Kumar Tirkey is a Mechanical Engr.");
    println!("06.01.2026");
    if 7>3{
        println!("today is tuesday")
    }
    if 9>4{
        println!("today is wednesday")
    }
}

Embed on website

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