Skip to content

Instantly share code, notes, and snippets.

@axurright
Last active October 10, 2024 16:20
Show Gist options
  • Select an option

  • Save axurright/dde17e2dbd0c680f531557c80b87852f to your computer and use it in GitHub Desktop.

Select an option

Save axurright/dde17e2dbd0c680f531557c80b87852f to your computer and use it in GitHub Desktop.
Writing Hello World in different languages. (Rust Edition)
fn main() {
println!("Hello World!");
}
@axurright

Copy link
Copy Markdown
Author

Because Rust users would be mad at me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment