Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active September 25, 2016 01:44
Show Gist options
  • Save dumindu/99723db7a794bca5979e to your computer and use it in GitHub Desktop.
Save dumindu/99723db7a794bca5979e to your computer and use it in GitHub Desktop.
let a = "Hello, world."; //a: &'static str
let b: &str = "こんにちは, 世界!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment