Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JasonBock/aaae570136fb4fd7a56361741b79ffe8 to your computer and use it in GitHub Desktop.
Save JasonBock/aaae570136fb4fd7a56361741b79ffe8 to your computer and use it in GitHub Desktop.
public interface IDriver
{
void Drive();
void Stop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment