summaryrefslogtreecommitdiff
path: root/hello_world/main.rs
blob: 3d46bbeedc33e731c6c93083303392b7ff776ee4 (plain) (blame)
1
2
3
4
fn main() {
    println!("hello world!");
}