summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/run-exercises.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-25 11:14:04 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-25 11:14:04 -0500
commitd655a8498c45209478a7933b05ad49f3863a345d (patch)
treebb90fb66ed5d154d0b980eb915271125ed21457e /exercism/emacs-lisp/run-exercises.el
parentc0def58b13c9364e0815f0c931a86ee199b30493 (diff)
acronym exercise
Diffstat (limited to 'exercism/emacs-lisp/run-exercises.el')
-rw-r--r--exercism/emacs-lisp/run-exercises.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/run-exercises.el b/exercism/emacs-lisp/run-exercises.el
index 5095afa..e558d62 100644
--- a/exercism/emacs-lisp/run-exercises.el
+++ b/exercism/emacs-lisp/run-exercises.el
@@ -66,4 +66,12 @@
(response-for "WHAT!")
(response-for "Okay"))
+(load-file "word-count/word-count.el")
+(kj-display "Word count"
+ (word-count "They're a large crowd with a crowd with they."))
+
+(load-file "acronym/acronym.el")
+(kj-display "Acronyms"
+ (acronym "GNU Image Manipulation program"))
+
(provide 'hello)