main.rs 39 B

12345
  1. fn main() {
  2. println!("hello!");
  3. }