Skip to content

Instantly share code, notes, and snippets.

@StatPan
Last active March 5, 2025 03:44
Show Gist options
  • Select an option

  • Save StatPan/1999d9860d9ee844ceec56d741ee446a to your computer and use it in GitHub Desktop.

Select an option

Save StatPan/1999d9860d9ee844ceec56d741ee446a to your computer and use it in GitHub Desktop.
Rust Hello World
fn main() {
println!("{}","hello world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment