Skip to content

Commit 687ba85

Browse files
authored
Update README.md
1 parent 8f8cfa0 commit 687ba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Navigate to a source code folder.
105105
* View report `<project's folder>/build/modules/reports/<report's folder>`
106106

107107
## 3. How to submit you work
108-
* There are `task_1`, `task_2`, `task_3`, `reports` folders in `modules` directory. There are 3 task and 1 report for the semester. Move to a folder of your task. Make a directory named `<last name>_<first letter of name>_<short task name>`. Example: `task1/nesterov_a_vector_sum`.
108+
* There are `task_1`, `task_2`, `task_3`, `task_4`, `reports` folders in `modules` directory. There are 3 task and 1 report for the semester. Move to a folder of your task. Make a directory named `<last name>_<first letter of name>_<short task name>`. Example: `task1/nesterov_a_vector_sum`.
109109
* Go into the newly created folder and begin you work on the task. There must be only 4 files and 3 of them must be written by you:
110110
- `main.cpp` - google tests for the task. The number of tests must be 5 or greater.
111111
- `vector_sum.h` - a header file with function prototypes, name it in the same way as `<short task name>`.

0 commit comments

Comments
 (0)