Skip to content

Instantly share code, notes, and snippets.

@marciok
Last active January 26, 2016 19:57
Show Gist options
  • Select an option

  • Save marciok/6e4bcbc6c85477bdfda1 to your computer and use it in GitHub Desktop.

Select an option

Save marciok/6e4bcbc6c85477bdfda1 to your computer and use it in GitHub Desktop.
class Pony {
// WITHOUT final
func genus() -> String {
return "Equus"
}
}
print(Pony().genus())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment