Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Last active May 12, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanethos/d3ab28a11f2b5029c86e92a4c19f3351 to your computer and use it in GitHub Desktop.
Save Vanethos/d3ab28a11f2b5029c86e92a4c19f3351 to your computer and use it in GitHub Desktop.
abstract class Person {
void think() {
print("Hmm, I wonder what I can do today");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment