Skip to content

Instantly share code, notes, and snippets.

@manther
Created October 30, 2012 03:27
Sparkplug
public class SparkPlug
{
internal void Fire(string name)
{
Console.WriteLine(String.Format("Cylinder {0} firing.", name));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment