Skip to content

Instantly share code, notes, and snippets.

@hasanadil
Created July 22, 2015 16:22
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hasanadil/96bad711d6f71ec806f7 to your computer and use it in GitHub Desktop.
class πŸ’©πŸ’©πŸ’©πŸ’© {
func πŸ’©πŸ’©πŸ’©(😎: Int, 🐯: Int) -> Int {
return 😎 + 🐯;
}
}
let πŸ” = 3;
let πŸ˜₯ = πŸ” + 2;
let πŸ’© = πŸ’©πŸ’©πŸ’©πŸ’©();
print(πŸ’©.πŸ’©πŸ’©πŸ’©(πŸ”, 🐯:πŸ˜₯));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment