Skip to content

Instantly share code, notes, and snippets.

@DimDevOff
Created September 16, 2025 14:42
Show Gist options
  • Select an option

  • Save DimDevOff/9abef20a9dfbd04d4c85ff260ed93669 to your computer and use it in GitHub Desktop.

Select an option

Save DimDevOff/9abef20a9dfbd04d4c85ff260ed93669 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