Skip to content

Instantly share code, notes, and snippets.

@Edudjr
Created March 4, 2021 14:11
Show Gist options
  • Save Edudjr/ab6ff8f71605653ef5574f2f967ef118 to your computer and use it in GitHub Desktop.
Save Edudjr/ab6ff8f71605653ef5574f2f967ef118 to your computer and use it in GitHub Desktop.
let myHorse = Horse(name: "Horsy", age: 5)
print(myHorse.name)
// Horsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment