Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.04 KB

File metadata and controls

34 lines (23 loc) · 1.04 KB

competitive-programming-donbasta

My Online Judges Account:

* Codeforces
    * donbasta

* TLX
    * donbasta

* Project Euler
    * donbasta

* AtCoder
    * donbasta

Commit message convention:

Prefix description
sol: <Contest Name> Submission to a contest / competition
lib: <Library Name> Library template
fix: <File Name> Fix a file
ref: <File Name> Refactor a file
docs: <File Name> Add documentation, e.g. README.md
chore: <> Add functionality in the repo

My personal VSCode settings

I set some VSCode workspace settings for this CP repo as follows:

  • Formatter: I format the code on save, and use google c++ format for code formatting
  • Running the code: I use code runner VSCode Extension and set up a command to compile and run the program