compep
v1.1.1
Published
Competitive programming watch client
Downloads
8
Readme
$ compep
Auto compile and running your C++, Python code. and test sample case output.
Usage C++
Run the
compep
.Edit
testcase/main.testcase.txt
for question.Be coding
main.cpp
.
├── main.cpp
├── out
│ └── main.out
└── testcase
└── main.testcase.txt
Testcase input/output formt.
testcase/main.testcase.txt
input values of case1
----
output values of case1
====
input values of case2
----
output values of case2
There's room for consideration.
Usage Python
Run the
compep --init-py
.Edit
testcase/main.testcase.txt
for question.Be coding
main.py
.
├── main.py
└── testcase
└── main.testcase.txt
CLI
$ npm install --global compep
$ compep --help
Usage
$ compep
Options:
--init Generate workspace
--init-py Generate workspace python
License
MIT © elzup