Skip to content

Commit

Permalink
Add exercise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GroophyLifefor committed Sep 3, 2024
1 parent 539dc03 commit e4e03cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
22 changes: 4 additions & 18 deletions exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# Help

<!-- TODO: write document
To get help if you're having trouble, you can use one of the following resources:

This document should contain track-specific instructions on how to get help when
the student is stuck.
The instructions should be short and to the point.
You could link to resources like Gitter channels, forums or mailing lists:
whatever can help a student become unstuck.
This document should **not** link to Exercism-wide (track-agnostic) help resources,
as those resources will automatically be included in the HELP.md file.
The links in this document can overlap with those in docs/LEARNING.md or docs/RESOURCES.md
When a student downloads an exercise via the CLI, this file's contents are
included into the HELP.md file.
See https://exercism.org/docs/building/tracks/shared-files for more information. -->
- [Unoffical Discord Server](https://discord.gg/batch)
- [Dostips Forum](https://www.dostips.com/)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/batch-file)
14 changes: 1 addition & 13 deletions exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# Tests

<!-- TODO: write document
This document should contain instructions on how to run the exercise's tests.
The instructions should be short and to the point.
The docs/TESTS.md file can contain a more verbose description on how to run tests.
When a student downloads an exercise via the CLI, this file's contents are
included into the HELP.md file.
See https://exercism.org/docs/building/tracks/shared-files for more information.
-->
To run the tests, run the command `call {slug}Test.bat` from within the exercise directory.

0 comments on commit e4e03cd

Please sign in to comment.