Skip to content

Commit 75ea00b

Browse files
committed
Merge tag '2.0.1' into develop
2.0.1
2 parents 46e9b53 + 33aa25a commit 75ea00b

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,14 @@ This will create the following directory structure:
4747
```
4848
hackerrank-cpp
4949
|-- src
50-
| |-- CMakeLists.txt
50+
| |
5151
| +-- algorithms
52-
| |-- CMakeLists.txt
52+
| |
5353
| +-- implementation
54-
| |-- CMakeLists.txt
54+
| |
5555
| +-- diagonal_difference
5656
| |-- diagonal_difference.cpp
5757
| |-- diagonal_difference.h
58+
| |-- diagonal_difference_test.cpp
5859
| +-- CMakeLists.txt
59-
+-- test
60-
|-- CMakeLists.txt
61-
+-- algorithms
62-
|-- CMakeLists.txt
63-
+-- implementation
64-
|-- CMakeLists.txt
65-
+-- diagonal_difference
66-
|-- diagonal_difference_test.cpp
67-
+-- CMakeLists.txt
6860
```

0 commit comments

Comments
 (0)