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.
- Host: GitHub
- URL: https://github.com/shhossain/problem_solving
- Owner: shhossain
- Created: 2023-11-01T13:01:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T16:49:57.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:48:54.630Z (7 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.