pub fn run_code( operating_dir: &Path, executable_path: &Path, args: &[String], stderr: bool, ) -> Result<String>