Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created August 19, 2018 10:26
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/7a21a596a80409e50358c0df2014653b to your computer and use it in GitHub Desktop.
Save kadiralev1/7a21a596a80409e50358c0df2014653b to your computer and use it in GitHub Desktop.
func parametreAlanFonksiyon (isim : String , yas : Int) {
print("\(isim) \(yas) yaşındadır.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment