A light process isolation sandbox used for Competitive Programming contest.
Note
To enable all of above features, it is highly recommended to use it under the root user, otherwise it may fall back automatically.
```bash
$ cargo install catj
$ catj --version
$ ./init.sh $USER ```
```bash
$ catj compile ./fixtures/aplusb/source/ac.cpp -o a.out
$ catj run --stdin ./fixtures/aplusb/testcases/1.in -- ./a.out
$ catj --report run --stdin ./fixtures/aplusb/testcases/1.in --stdout ./sub.out -- ./a.out ```
MIT License © 2023 XLor