Write Hello World

This commit is contained in:
Andreas Zweili 2023-01-30 09:03:46 +01:00
parent 7329498db5
commit 5428d2ff7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
;;; Commentary:
(defun hello ()
"Goodbye, Mars!")
"Hello, World!")
(provide 'hello-world)
;;; hello-world.el ends here