Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faisalsaifii/cp


https://github.com/faisalsaifii/cp

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Competitive Coding Setup

My setup in VSCODE where input is taken from `input.txt` and output is written into `output.txt`

> Make sure that you have the dependencies installed for each language

## Steps

- Just press `CMD + Shift + B`
- Select the lanugage of your file
- Comment out the code for other languages to skip the second step in `.vscode/tasks.json`

## Terminal Commands

```bash
python3 main.py < input.txt > output.txt
```

```bash
java Main.java < input.txt > output.txt
```

> Credit: