cpast 0.10.5

Run custom testcase with powerful clex language powered generated tool. Ideal for competitive coders. Can test two file and pass & match randomly generated outputs
Documentation
1
2
3
4
5
use clex_gen::generator;

fn main() {
    println!("{}", generator("N[10,99] S[4,4,'U']".to_owned()).unwrap());
}