Skip to content

Instantly share code, notes, and snippets.

@JasonBock
Created May 10, 2022 18:58
Show Gist options
  • Save JasonBock/52efb1f3066d24b1a01b8a5306afd2a6 to your computer and use it in GitHub Desktop.
Save JasonBock/52efb1f3066d24b1a01b8a5306afd2a6 to your computer and use it in GitHub Desktop.
public interface IDriver
{
void Drive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment