Skip to content

Instantly share code, notes, and snippets.

@mariozig
Forked from hasanadil/gist:96bad711d6f71ec806f7
Last active July 26, 2019 16:28
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 mariozig/99d414e23544e42db0c568fe648a461b to your computer and use it in GitHub Desktop.
Save mariozig/99d414e23544e42db0c568fe648a461b to your computer and use it in GitHub Desktop.
Good use of emoji
class πŸ’©πŸ’©πŸ’©πŸ’© {
func πŸ’©πŸ’©πŸ’©(😎: Int, 🐯: Int) -> Int {
return 😎 + 🐯;
}
}
let πŸ” = 3;
let πŸ˜₯ = πŸ” + 2;
let πŸ’© = πŸ’©πŸ’©πŸ’©πŸ’©();
print(πŸ’©.πŸ’©πŸ’©πŸ’©(😎:πŸ”, 🐯:πŸ˜₯)); // => "8\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment