fn main() {
println!("Hi");
if 7>3{
println!("Anup Kumar Tirkey is a Mechanical Engr.");
}
if 5>2{
println!("today is saturday.");
}
if 11>5{
println!("23.01.2026");
}
if 7<8{
println!("today is friday.");
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: