Last active
January 12, 2023 04:51
-
-
Save MysticFragilist/9316037e2d80a8aac5e9cc646390c521 to your computer and use it in GitHub Desktop.
Coffee!!
This file contains 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
while(!coffee.isEmpty) { | |
coffee.Drink(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment