Skip to content

Instantly share code, notes, and snippets.

@myawesomehub
Created July 11, 2021 06:03
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 myawesomehub/f801e613076260adb4b12e83112ca9a1 to your computer and use it in GitHub Desktop.
Save myawesomehub/f801e613076260adb4b12e83112ca9a1 to your computer and use it in GitHub Desktop.
var myClosure = { (name : String) in
print("Mycoluuure\(name)")
}
myClosure("yasir")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment