Last active
December 24, 2015 12:25
-
-
Save goyusia/a88e33eb9042379fb0b1 to your computer and use it in GitHub Desktop.
Implemention for 이불킥
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
| ;; execute | |
| ;; emacs --batch --script kick_bedclothes.el | |
| ;; original: https://twitter.com/sucroseMass/status/680000098248470528 | |
| (defun 이불킥 (&optional x) | |
| (message "죽고 싶다")) | |
| (이불킥 (이불킥 (이불킥 (이불킥 (이불킥 (이불킥)))))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment