Skip to content

Commit 694fbf7

Browse files
author
Nesterov Alexander
authored
Update README.md
1 parent d74cf60 commit 694fbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Navigate to a source code folder.
126126
* View report `<project's folder>/build/modules/reports/<report's folder>`
127127

128128
## 3. How to submit you work
129-
* 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`.
129+
* There are `task_1`, `task_2`, `task_3`, `task_4`, `reports` folders in `modules` directory. There are 4 tasks 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`.
130130
* 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:
131131
- `main.cpp` - google tests for the task. The number of tests must be 5 or greater.
132132
- `vector_sum.h` - a header file with function prototypes, name it in the same way as `<short task name>`.

0 commit comments

Comments
 (0)