exercism/elisp/hello-world/hello-world.el

10 lines
137 B
EmacsLisp
Raw Normal View History

2016-08-13 23:20:14 +00:00
;;; hello-world.el --- Hello World Exercise (exercism)
;;; Commentary:
;;; Code:
(provide 'hello-world)
;;; hello-world.el ends here