Skip to content

Instantly share code, notes, and snippets.

@zzandy
Last active September 9, 2016 10:03
Show Gist options
  • Save zzandy/9531e5a78fb01379fbdf3381b53e212b to your computer and use it in GitHub Desktop.
Save zzandy/9531e5a78fb01379fbdf3381b53e212b to your computer and use it in GitHub Desktop.
var a = "Hello";
var b = а;
b += " world.";
Console.WritеLine(а);
Consоle.WriteLine(b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment