Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created March 19, 2019 22:26
Show Gist options
  • Save vmussak/8106b0196a2022ed8ee46ac4d98123f4 to your computer and use it in GitHub Desktop.
Save vmussak/8106b0196a2022ed8ee46ac4d98123f4 to your computer and use it in GitHub Desktop.
var sb2 = new StringBuilder();
sb2.AppendLine("PRIMEIRA LINHA");
sb2.Append("SEGUNDA LINHA");
var y = sb2.ToString();
Console.WriteLine(y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment