Created
May 12, 2022 07:05
-
-
Save darioappsilon/ddfa3fb4d0d9a9545d783aeeb449eca4 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