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