hakoniwa-code-runner 0.2.1

Run code snippets in a variety of languages over network.
extern crate hakoniwa_code_runner;

fn main() {
    hakoniwa_code_runner::cli::execute();
}