Skip to content

Instantly share code, notes, and snippets.

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