[][src]Function bf_lib::run_timeout

pub fn run_timeout(
    program: &str,
    input: Option<String>,
    time: i32
) -> Result<String, String>

Like run, but stops the interpreter after a specified timeout. It runs slower though.