Skip to content

Instantly share code, notes, and snippets.

@vcaen
Created June 12, 2026 19:08
Show Gist options
  • Select an option

  • Save vcaen/8ed0ef6ab1fb3969e7adefb4a9caf124 to your computer and use it in GitHub Desktop.

Select an option

Save vcaen/8ed0ef6ab1fb3969e7adefb4a9caf124 to your computer and use it in GitHub Desktop.
Simple Rust script that echoes hello goodweek
fn main() {
println!("hello goodweek");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment