Skip to content

Instantly share code, notes, and snippets.

@steverob
Created August 2, 2017 17:36
Show Gist options
  • Select an option

  • Save steverob/ae8923ecdf5e776bbe5eda42cbf05d31 to your computer and use it in GitHub Desktop.

Select an option

Save steverob/ae8923ecdf5e776bbe5eda42cbf05d31 to your computer and use it in GitHub Desktop.

Revisions

  1. steverob created this gist Aug 2, 2017.
    5 changes: 5 additions & 0 deletions hello_world.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    fn main() {

    println!("Hello World!");

    }