Skip to content

Instantly share code, notes, and snippets.

@derjust
Created June 3, 2022 19:14
Show Gist options
  • Save derjust/8f014ea7f9e36a9abb10bf54c76d17e9 to your computer and use it in GitHub Desktop.
Save derjust/8f014ea7f9e36a9abb10bf54c76d17e9 to your computer and use it in GitHub Desktop.
Hello World in Rust 🦀
fn main() {
println!("Hello World!");
}
@derjust
Copy link
Author

derjust commented Jun 3, 2022

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