-
-
Save mariozig/99d414e23544e42db0c568fe648a461b to your computer and use it in GitHub Desktop.
Good use of emoji
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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