Created
November 16, 2023 22:30
-
-
Save munificent/823c373ad044e65c0d7927b422c6794f to your computer and use it in GitHub Desktop.
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
extension on () { | |
() call() { print(':)'); return (); } | |
} | |
main() { | |
()()()() | |
()()()()()() | |
()() ()() ()() | |
()()()()()()()() | |
() ()()()() () | |
()() ()() | |
()()()()()() | |
()()()(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment