Created
October 30, 2012 03:27
Sparkplug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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