An open API service indexing awesome lists of open source software.

https://github.com/shhossain/problem_solving

Problem solving setup for vscode with input and output file.
https://github.com/shhossain/problem_solving

Last synced: 3 months ago
JSON representation

Problem solving setup for vscode with input and output file.

Awesome Lists containing this project

README

          

## Problem Solving Setup
Problem solving setup for vscode with input and output file.

## How to use

# Setup

- You can setup by cloning the repository or downloading the zip file.

## Clone the repository

```bash
git clone https://github.com/shhossain/problem_solving
```

## Download the zip file

Download the zip file from the repository and extract it. [Download Link](https://github.com/shhossain/problem_solving/archive/refs/heads/main.zip)

## Set vscode layout as three column

- Open the downloaded folder or cloned repository in vscode.
- Go to View > Editor Layout > Three Columns
- Set input.txt and output.txt in the left and right column respectively.
- Set the code file in the leftmost column.