Skip to content

Commit

Permalink
Added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
MGadhvi committed Oct 6, 2024
1 parent 622b697 commit da61be0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions elisp/readme.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Gilded Rose
Gilded Rose kata in Elisp!

* Structure
~gilded-rose.el~ contains source code. ~gilded-rose-test.el~ uses [[https://www.gnu.org/software/emacs/manual/html_mono/ert.html][ert]] to run tests

* Running tests
- Use the command ~eval-buffer~ on ~gilded-rose.el~
- Use the command ~eval-buffer~ on ~gilded-rose-test.el~
- Test can be run interactively using the command ~ert~ or with ~(ert-run-tests-interactively t)~

0 comments on commit da61be0

Please sign in to comment.