Vedant-asati a5382eb242 d1
2024-12-27 19:00:40 +05:30

5 lines
95 B
Rust

fn main() {
// TODO: Fix the code to print "Hello world!".
println!("Hello world!");
}