Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created August 19, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadiralev1/29285e3aaf690778426890f6b9a1ee05 to your computer and use it in GitHub Desktop.
Save kadiralev1/29285e3aaf690778426890f6b9a1ee05 to your computer and use it in GitHub Desktop.
func tip3Fonksyion (isim : String , yas : Int) -> String {
return "\(isim) \(yas) yaşındadır."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment