fn main() {
println!("HI");
println!("Anup Kumar Tirkey is a Mechanical eng");
println!("03.01.2026");
if 7>5{
println!("today is saturday");
}
if 11<100{
println!("tommorow is sunday");
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: