Skip to content

Instantly share code, notes, and snippets.

@marciok
Created January 26, 2016 19:34
Show Gist options
  • Select an option

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

Select an option

Save marciok/c079cd6282b68f53c4d5 to your computer and use it in GitHub Desktop.
class Pony {
// Now with final
func final 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