Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created February 28, 2019 21:51
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/7565212a22ed72bd7d006bda4ab853a0 to your computer and use it in GitHub Desktop.
Save kadiralev1/7565212a22ed72bd7d006bda4ab853a0 to your computer and use it in GitHub Desktop.
var exampleArray = []() // Boş ve tipi belli olmayan bir array tanımladık.
var exampleArray2 = [Int]() // int tipinde veri tutan boş bir array tanımladık.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment