10 lines
137 B
EmacsLisp
10 lines
137 B
EmacsLisp
|
;;; hello-world.el --- Hello World Exercise (exercism)
|
||
|
|
||
|
;;; Commentary:
|
||
|
|
||
|
;;; Code:
|
||
|
|
||
|
|
||
|
(provide 'hello-world)
|
||
|
;;; hello-world.el ends here
|