/*
* Quick Test: CLI for stress testing in competitive programming
* Copyright (C) 2021 - Luis Miguel Báez
* License: MIT (See the LICENSE file in the repository root directory)
*/pubfnget_root_path()-> String{let root =matchstd::env::current_dir(){Ok(it)=> it,_=>unreachable!(),};let root =match root.to_str(){Some(s)=> s.to_string(),_=>unreachable!(),};
root
}