Created
October 15, 2021 14:24
-
-
Save avilde/b1593e47ddcf4a933b8c7a0c89fc981b to your computer and use it in GitHub Desktop.
Simple Developer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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