A fork of RinRi's CPSRC. A tool for C++ Competitive programmers to do stuff
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RinRi-D 119cc28d33 small change 4 년 전
README.md small change 4 년 전
setup.sh initial commit 4 년 전

README.md

Installation

Clone the repository. 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