Skip to content

Instantly share code, notes, and snippets.

@goyusia
Last active December 24, 2015 12:25
Show Gist options
  • Select an option

  • Save goyusia/a88e33eb9042379fb0b1 to your computer and use it in GitHub Desktop.

Select an option

Save goyusia/a88e33eb9042379fb0b1 to your computer and use it in GitHub Desktop.
Implemention for 이불킥
;; 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