summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/hello-world/hello-world.el
blob: 6f0dd39b1f881519d3a0302aa998787c313f5fbe (plain)
1
2
3
4
(defun hello ()
  "Hello, World!")

(provide 'hello-world)