Skip to content

Instantly share code, notes, and snippets.

@DanielAdeniji
Created June 6, 2021 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielAdeniji/f596288c8cf85aa85712227b442ace9c to your computer and use it in GitHub Desktop.
Save DanielAdeniji/f596288c8cf85aa85712227b442ace9c to your computer and use it in GitHub Desktop.
Hello World in Rust
fn main()
{
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment