quicktest 1.0.10

Quick Test CLI: A Cross-Platform for Automated Testing in Competitive Programming
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Quick Test: CLI for stress testing in competitive programming
 *  Copyright (C) 2021-present / Luis Miguel Báez
 *  License: MIT (See the LICENSE file in the repository root directory)
 */

pub mod cmd_cmp;
pub mod cmd_example;

pub mod cmd_check_async;
pub mod cmd_cmp_async;
pub mod cmd_output_async;
pub mod cmd_setup_async;
pub mod cmd_stress_async;