summaryrefslogtreecommitdiff
path: root/rust/hello.rs
blob: cf40825a3bfec6e72f7018ea07d36b9c6644c626 (plain)
1
2
3
4
fn main() {
  println!("Hello World!");
}