From 65951ec5972aec2abbfc8d0dfa2a7227a0fa7223 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 26 Nov 2021 07:29:24 -0500 Subject: add another exercise --- exercism/emacs-lisp/armstrong-numbers/HELP.md | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 exercism/emacs-lisp/armstrong-numbers/HELP.md (limited to 'exercism/emacs-lisp/armstrong-numbers/HELP.md') diff --git a/exercism/emacs-lisp/armstrong-numbers/HELP.md b/exercism/emacs-lisp/armstrong-numbers/HELP.md new file mode 100644 index 0000000..27246d0 --- /dev/null +++ b/exercism/emacs-lisp/armstrong-numbers/HELP.md @@ -0,0 +1,41 @@ +# Help + +## Running the tests + +Tests can be run several ways: + +1. Interactively and individually, with `M-x ert RET test-name RET` +2. Interactively and all at once, with `M-x ert RET t RET` +3. From the terminal, in batch mode, with `emacs -batch -l ert -l my-test.el -f ert-run-tests-batch-and-exit` +4. Other options can be found in the docs, `C-h i m ert RET` + +## Submitting your solution + +You can submit your solution using the `exercism submit armstrong-numbers.el` command. +This command will upload your solution to the Exercism website and print the solution page's URL. + +It's possible to submit an incomplete solution which allows you to: + +- See how others have completed the exercise +- Request help from a mentor + +## Need to get help? + +If you'd like help solving the exercise, check the following pages: + +- The [Emacs Lisp track's documentation](https://exercism.org/docs/tracks/emacs-lisp) +- [Exercism's support channel on gitter](https://gitter.im/exercism/support) +- The [Frequently Asked Questions](https://exercism.org/docs/using/faqs) + +Should those resources not suffice, you could submit your (incomplete) solution to request mentoring. + +To get help if you're having trouble, you can use one of the following resources: + +- [The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here. +- [The Emacs Editor](http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html) is the official manual for GNU Emacs. +- IRC - there are [freenode](https://freenode.net/) channels for `#emacs`, `#prelude`, and many Emacs + packages, and many helpful folks around. And with emacs, IRC is as close as + `M-x erc`. +- [Exercism Support](https://gitter.im/exercism/support) Gitter chat is also a good place to get help from the + exercism community. +- [StackOverflow](http://stackoverflow.com/questions/tagged/elisp) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions. \ No newline at end of file -- cgit v1.2.3