summaryrefslogtreecommitdiff
path: root/hello/hello.rs
blob: bcb94c27e1c1513210dbe19e6c9fef4d7926e879 (plain)
1
2
3
fn main() {
    println!("Hello, world");
}