Skip to content

Commit

Permalink
Simplify the hello-world exercise's stub. The goal of this is to ma…
Browse files Browse the repository at this point in the history
…ke things easier for students to get started and to introduce as little syntax as possible. (#183)
  • Loading branch information
ErikSchierboom authored Jul 14, 2021
1 parent 2d44835 commit fc849f8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions exercises/practice/hello-world/hello-world.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
;;; hello-world.el --- Hello World Exercise (exercism)

;;; Commentary:

;;; Code:

(defun hello ()
"Goodbye, Mars!")

(provide 'hello-world)
;;; hello-world.el ends here

0 comments on commit fc849f8

Please sign in to comment.