Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 842 Bytes

competitive

ganyariya's competitive repository with VSCode devContainer adapted for my own use.

Languages

  • c++
  • python

How to use

Run

You can write any code in cpp, go, and python directory.
After writing, you can run codes automatically with Ctrl + Option + N with Code Runner Extension.

Debug

Open your code (ex: main.go) and Open Debug vscode sidebar.
Then, launch debug task (ex: Go Debug).

Links