Skip to content

A simple hello world program to get familiar with the Rust syntax

Notifications You must be signed in to change notification settings

Simonoob/hello_world_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_world_rust

A simple hello world program to get familiar with the Rust syntax. Screenshot 2022-09-24 at 19 31 59

Run locally

  • Prerequisites:
    • cargo
    • Rust You can install the prerequisites with the following
curl https://sh.rustup.rs -sSf | sh
  1. Build the output with cargo build --release
  2. Run the build with cargo run

A window will pop-up. You can use the arrow keys to move the square.

About

A simple hello world program to get familiar with the Rust syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages