Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Last active May 12, 2019 12:12
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/0759d2ba8c512dce631aa6e999bed027 to your computer and use it in GitHub Desktop.
Save Vanethos/0759d2ba8c512dce631aa6e999bed027 to your computer and use it in GitHub Desktop.
mixin Coder on Person{
void code() {
print("Coding intensifies");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment