Skip to content

Commit a75ff12

Browse files
authored
Update exercise template annotations.md
1 parent 6196a46 commit a75ff12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/exercise template annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Exercise templates support several commented annotations that are processed when preparing exercise stubs and solutions. Note that the comment syntax is language dependent, `//` is used here as an example, but in Python an annotation would look like `# SOLUTION FILE`, for example.
1+
Exercise templates support several commented annotations that are processed when preparing exercise stubs (what students initially get when they start doing the exercise) and solutions. Note that the comment syntax is language dependent, `//` is used here as an example, but in Python an annotation would look like `# SOLUTION FILE`, for example.
22

33
### `// SOLUTION FILE`
44
Files that contain this annotation are left out of the stub. For example a file like
@@ -83,4 +83,4 @@ Files with this annotation are left out of the stub and solution entirely. This
8383

8484
### `// BEGIN HIDDEN`
8585
### `// END HIDDEN`
86-
Code between these annotations is left out of the stub and solution entirely. This is useful for hidden tests that should be ran on the server, but not exposed to the students.
86+
Code between these annotations is left out of the stub and solution entirely. This is useful for hidden tests that should be ran on the server, but not exposed to the students.

0 commit comments

Comments
 (0)