1 2 3 4 5 6 7
use orion_lib::IdleRunner; fn main() { let mut idle = IdleRunner::new(false).unwrap(); idle.run_line("$say(\"hi\")").unwrap(); }