Skip to content

Instantly share code, notes, and snippets.

@barisgorgun
Created September 3, 2021 12:08
class Bird {
func fly() {
}
func walk(){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment