Skip to content

Instantly share code, notes, and snippets.

@avilde
Created October 15, 2021 14:24
Show Gist options
  • Save avilde/b1593e47ddcf4a933b8c7a0c89fc981b to your computer and use it in GitHub Desktop.
Save avilde/b1593e47ddcf4a933b8c7a0c89fc981b to your computer and use it in GitHub Desktop.
Simple Developer
export class Developer {
public drinkCoffee(): string {
return "Drinking a cup of coffee ☕";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment