A fork of RinRi's CPSRC. A tool for C++ Competitive programmers to do stuff
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
RinRi-D cc230f6807 README hace 4 años
README.md README hace 4 años
setup.sh initial commit hace 4 años

README.md

Installation

Make setup.sh executable and run it:

chmod +x setup.sh
./setup.sh

First, you have to write template which will be used to create new files. Remember the number of the line with which you usually start coding. Enter it. That is it!

Using

In order to create a new .cpp file, you have to run create.sh with filename argument without an extension:

./create.sh 1234a

You will be automatically redirected to neovim.

To compile&run file, you can just use run.sh with filename(this time with extension):

./run.sh 1234a.cpp