Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesterov Alexander authored Nov 15, 2020
1 parent d74cf60 commit 694fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Navigate to a source code folder.
* View report `<project's folder>/build/modules/reports/<report's folder>`

## 3. How to submit you work
* 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`.
* 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`.
* 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:
- `main.cpp` - google tests for the task. The number of tests must be 5 or greater.
- `vector_sum.h` - a header file with function prototypes, name it in the same way as `<short task name>`.
Expand Down

0 comments on commit 694fbf7

Please sign in to comment.