Skip to content

Instantly share code, notes, and snippets.

@dylanroy
Last active December 15, 2015 21:19
Show Gist options
  • Save dylanroy/5325192 to your computer and use it in GitHub Desktop.
Save dylanroy/5325192 to your computer and use it in GitHub Desktop.
interface IVehicle
{
String Drive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment