Created
May 12, 2022 08:41
-
-
Save darioappsilon/37634793c6b1180fdac39a6daeccdabd 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, number_of_legs = 4, hair_color = "black") | |
| print(d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment