Skip to content

Instantly share code, notes, and snippets.

View caseywatson's full-sized avatar
🌳
Using my OC(d) to turn big mental trees into perfect toothpicks.

Casey Watson ☁️ caseywatson

🌳
Using my OC(d) to turn big mental trees into perfect toothpicks.
View GitHub Profile
@caseywatson
caseywatson / MerryChristmasFriends.cs
Created December 25, 2012 15:23
Merry Christmas Friends!
public void string SingChristmasCarol()
{
var carolBuilder = new StringBuilder();
carolBuilder.AppendLine("Tis the season to be jolly!");
carolBuilder.AppendLine(SingChorus());
carolBuilder.AppendLine("Deck the halls with boughs of holly!");
carolBuilder.AppendLine(SingChorus());
carolBuilder.AppendLine("Don we now our gay apparel!");
carolBuilder.AppendLine(SingChorus());