Created
May 12, 2022 07:38
-
-
Save darioappsilon/45bcf8f23b11e7641284af4032a1258c to your computer and use it in GitHub Desktop.
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
| d <- Dog$new(name = "Milo", age = 4, hair_color = "black") | |
| print(d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment