Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faisalsaifii/cp
https://github.com/faisalsaifii/cp
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/faisalsaifii/cp
- Owner: faisalsaifii
- Created: 2023-07-11T19:19:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T13:24:29.000Z (3 months ago)
- Last Synced: 2024-11-05T21:17:51.432Z (2 months ago)
- Language: Makefile
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: