Tổng hợp bài tập nhập môn lập trình với lời giải 😄
https://google.github.io/styleguide/cppguide.html
Auto format using clang-format (copy and pasing to cli)
clang-format --style=Google -i $(find -name '*.h' && find -name '*.cpp')
Here’s how we suggest you go about proposing a change to this project:
- Fork this project to your account.
- Create a branch for the change you intend to make.
- Make your changes to your fork.
- Send a pull request from your fork’s branch to our
master
branch.