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