Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.14 KB

competitive

ganyariya's competitive repository with VSCode devContainer

Languages

  • c++
  • c#
  • go
  • python
  • lua

Setup

gh repo clone ganyariya/competitive
# or 
git clone https://github.com/ganyariya/competitive.git
  • Install & Setup Docker Desktop
  • Open ganyariya/competitive directory with VSCode
  • Open VSCode CommandPalette and select Dev containers: Reopen in Container
    • Automatically create & launch a devcontainer

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