-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
539dc03
commit e4e03cd
Showing
2 changed files
with
5 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |