Skip to content

Instantly share code, notes, and snippets.

@higumachan
Last active May 4, 2023 15:47
Show Gist options
  • Save higumachan/184c5cb1a3b006d5e39b34a1d80b75a1 to your computer and use it in GitHub Desktop.
Save higumachan/184c5cb1a3b006d5e39b34a1d80b75a1 to your computer and use it in GitHub Desktop.
helloworld.rs
fn main() {
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment