mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Typo fix in README.md
This commit is contained in:
parent
2d39a0ef59
commit
5282f26897
@ -8,7 +8,7 @@ How you can contribute? See this small guide.
|
||||
|
||||
* Use the directory structure of the repository.
|
||||
* Please describe your pull requests.
|
||||
* Don't use **bits/stdc++.h** because this is quite Linux specific and slow down the compiler process.
|
||||
* Put in comments in your code.
|
||||
* Avoid **struct** uses instead the **class** keyword.
|
||||
* Don't use **bits/stdc++.h** because this is quite Linux specific and slows down the compiler process.
|
||||
* Put comments in your code.
|
||||
* Avoid **struct**. Instead use the **class** keyword.
|
||||
* Add some test cases in the main-function.
|
Loading…
Reference in New Issue
Block a user