catj 0.2.3

A light process isolation sandbox used for competitive programming contest
Documentation
1
2
3
4
5
6
7
pub(crate) use c::C_PRESET;
pub(crate) use cpp::CPP_PRESET;
pub(crate) use java::JAVA_PRESET;

mod c;
mod cpp;
mod java;